#6F9506

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

Shades of Olive Drab #6F9506

Tints of Olive Drab #6F9506

Color information

#6F9506 (or 0x6F9506) is unknown color: approx Olive Drab. HEX triplet: 6F, 95 and 06. RGB value is (111,149,6). Sum of RGB (Red+Green+Blue) = 111+149+6=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9506 is #906AF9. Grayscale: #797979. Windows color (decimal): -9464570 or 431471. OLE color: 431471.

HSL color Cylindrical-coordinate representation of color #6F9506: hue angle of 75.94º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F9506 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1111496-
CMYK0.2600.960.42
HSL75.94º92.26%30.39%-
HSV(B)75.94º95.97%58.43%-
XYZ17.3424.894.06-
YUV121.3462.91120.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.73%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=41.73%
G=56.02%
B=2.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11114960.2600.960.4275.9492.2630.39
Hex6F9561A0602A4c5c1e
Octal15722563201405211413436
Binary11011111001010111011010011000001010101001100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,149,6); }

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

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

 a { background-color: rgb(111,149,6); }

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

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

 span { border-color: rgb(111,149,6); }

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