#6F950C

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

Shades of Olive Drab #6F950C

Tints of Olive Drab #6F950C

Color information

#6F950C (or 0x6F950C) is unknown color: approx Olive Drab. HEX triplet: 6F, 95 and 0C. RGB value is (111,149,12). Sum of RGB (Red+Green+Blue) = 111+149+12=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #6F950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F950C is #906AF3. Grayscale: #7A7A7A. Windows color (decimal): -9464564 or 824687. OLE color: 824687.

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

Color convert

RGB11114912-
CMYK0.2600.920.42
HSL76.64º85.09%31.57%-
HSV(B)76.64º91.95%58.43%-
XYZ17.3724.94.24-
YUV122.0265.91120.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 149 (58.59% from 255) = 54.78%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=40.81%
G=54.78%
B=4.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111149120.2600.920.4276.6485.0931.57
Hex6F95C1A05C2A4d5520
Octal157225143201345211512540
Binary1101111100101011100110100101110010101010011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F950C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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