#6F940C

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

Shades of Olive Drab #6F940C

Tints of Olive Drab #6F940C

Color information

#6F940C (or 0x6F940C) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 0C. RGB value is (111,148,12). Sum of RGB (Red+Green+Blue) = 111+148+12=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #6F940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F940C is #906BF3. Grayscale: #797979. Windows color (decimal): -9464820 or 824431. OLE color: 824431.

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

Color convert

RGB11114812-
CMYK0.2500.920.42
HSL76.32º85%31.37%-
HSV(B)76.32º91.89%58.04%-
XYZ17.2124.594.19-
YUV121.4366.24120.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=40.96%
G=54.61%
B=4.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111148120.2500.920.4276.328531.37
Hex6F94C1905C2A4c551f
Octal157224143101345211412537
Binary110111110010100110011001010111001010101001100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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