#6C8742

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

Shades of Dingley #6C8742

Tints of Dingley #6C8742

Color information

#6C8742 (or 0x6C8742) is unknown color: approx Dingley. HEX triplet: 6C, 87 and 42. RGB value is (108,135,66). Sum of RGB (Red+Green+Blue) = 108+135+66=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8742 is #9378BD. Grayscale: #777777. Windows color (decimal): -9664702 or 4360044. OLE color: 4360044.

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

Color convert

RGB10813566-
CMYK0.200.510.47
HSL83.48º34.33%39.41%-
HSV(B)83.48º51.11%52.94%-
XYZ15.8320.918.36-
YUV119.0698.05120.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.95%
GREEN value IS 135 (53.12% from 255) = 43.69%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=34.95%
G=43.69%
B=21.36%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135660.200.510.4783.4834.3339.41
Hex6C8742140332F532227
Octal15420710224063571234247
Binary11011001000011110000101010001100111011111010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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