#6F8742

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

Shades of Dingley #6F8742

Tints of Dingley #6F8742

Color information

#6F8742 (or 0x6F8742) is unknown color: approx Dingley. HEX triplet: 6F, 87 and 42. RGB value is (111,135,66). Sum of RGB (Red+Green+Blue) = 111+135+66=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8742 is #9078BD. Grayscale: #787878. Windows color (decimal): -9468094 or 4360047. OLE color: 4360047.

HSL color Cylindrical-coordinate representation of color #6F8742: hue angle of 80.87º 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 #6F8742 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB11113566-
CMYK0.1800.510.47
HSL80.87º34.33%39.41%-
HSV(B)80.87º51.11%52.94%-
XYZ16.221.18.37-
YUV119.9697.55121.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 66 (26.17% from 255) = 21.15%
R=35.58%
G=43.27%
B=21.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111135660.1800.510.4780.8734.3339.41
Hex6F8742120332F512227
Octal15720710222063571214247
Binary11011111000011110000101001001100111011111010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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