#6F9049

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

Shades of Dingley #6F9049

Tints of Dingley #6F9049

Color information

#6F9049 (or 0x6F9049) is unknown color: approx Dingley. HEX triplet: 6F, 90 and 49. RGB value is (111,144,73). Sum of RGB (Red+Green+Blue) = 111+144+73=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9049 is #906FB6. Grayscale: #7E7E7E. Windows color (decimal): -9465783 or 4821103. OLE color: 4821103.

HSL color Cylindrical-coordinate representation of color #6F9049: hue angle of 87.89º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9049 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB11114473-
CMYK0.2300.490.44
HSL87.89º32.72%42.55%-
HSV(B)87.89º49.31%56.47%-
XYZ17.7323.819.96-
YUV126.0498.07117.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.84%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=33.84%
G=43.90%
B=22.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111144730.2300.490.4487.8932.7242.55
Hex6F9049170312C58212b
Octal15722011127061541304153
Binary11011111001000010010011011101100011011001011000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,73); }

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

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

 a { background-color: rgb(111,144,73); }

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

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

 span { border-color: rgb(111,144,73); }

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