#6C877F

Color #6C877F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6C877F

Tints of Patina #6C877F

Color information

#6C877F (or 0x6C877F) is unknown color: approx Patina. HEX triplet: 6C, 87 and 7F. RGB value is (108,135,127). Sum of RGB (Red+Green+Blue) = 108+135+127=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #6C877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C877F is #937880. Grayscale: #7E7E7E. Windows color (decimal): -9664641 or 8357740. OLE color: 8357740.

HSL color Cylindrical-coordinate representation of color #6C877F: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C877F is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB108135127-
CMYK0.200.060.47
HSL162.22º11.11%47.65%-
HSV(B)162.22º20%52.94%-
XYZ18.6822.0523.35-
YUV126.01128.55115.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 135 (53.12% from 255) = 36.49%
BLUE value IS 127 (50% from 255) = 34.32%
R=29.19%
G=36.49%
B=34.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081351270.200.060.47162.2211.1147.65
Hex6C877F14062Fa2b30
Octal1542071772406572421360
Binary1101100100001111111111101000110101111101000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C877F; }

 p { color: rgb(108,135,127); }

 H1.HeaderClassName
 {
   color: #6C877F;
 }
 .AnyTagClassName
 {
   color: #6C877F;
 }
</style>
background-color css

<style>
 a { background-color: #6C877F; }

 a { background-color: rgb(108,135,127); }

 div.DivClassName
 {
   background-color: #6C877F;
 }
 .BgClassName
 {
   background-color: #6C877F;
 }
</style>
border-color css

<style>
 span { border-color: #6C877F; }

 span { border-color: rgb(108,135,127); }

 td.TdClassName
 {
   border-color: #6C877F;
 }
 .TagClassName
 {
   border-color: #6C877F;
 }
</style>