#6F9404

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

Shades of Olive Drab #6F9404

Tints of Olive Drab #6F9404

Color information

#6F9404 (or 0x6F9404) is unknown color: approx Olive Drab. HEX triplet: 6F, 94 and 04. RGB value is (111,148,4). Sum of RGB (Red+Green+Blue) = 111+148+4=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9404 is #906BFB. Grayscale: #797979. Windows color (decimal): -9464828 or 300143. OLE color: 300143.

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

Color convert

RGB1111484-
CMYK0.2500.970.42
HSL75.42º94.74%29.8%-
HSV(B)75.42º97.3%58.04%-
XYZ17.1724.573.95-
YUV120.5262.24121.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 148 (58.20% from 255) = 56.27%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=42.21%
G=56.27%
B=1.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11114840.2500.970.4275.4294.7429.8
Hex6F944190612A4b5f1e
Octal15722443101415211313736
Binary11011111001010010011001011000011010101001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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