#6C874F

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

Shades of Dingley #6C874F

Tints of Dingley #6C874F

Color information

#6C874F (or 0x6C874F) is unknown color: approx Dingley. HEX triplet: 6C, 87 and 4F. RGB value is (108,135,79). Sum of RGB (Red+Green+Blue) = 108+135+79=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #6C874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C874F is #9378B0. Grayscale: #787878. Windows color (decimal): -9664689 or 5212012. OLE color: 5212012.

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

Color convert

RGB10813579-
CMYK0.200.410.47
HSL88.93º26.17%41.96%-
HSV(B)88.93º41.48%52.94%-
XYZ16.2621.0810.61-
YUV120.54104.55119.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.54%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=33.54%
G=41.93%
B=24.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135790.200.410.4788.9326.1741.96
Hex6C874F140292F591a2a
Octal15420711724051571313252
Binary1101100100001111001111101000101001101111101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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