#6E9404

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

Shades of Olive Drab #6E9404

Tints of Olive Drab #6E9404

Color information

#6E9404 (or 0x6E9404) is unknown color: approx Olive Drab. HEX triplet: 6E, 94 and 04. RGB value is (110,148,4). Sum of RGB (Red+Green+Blue) = 110+148+4=262 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.98% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9404 is #916BFB. Grayscale: #787878. Windows color (decimal): -9530364 or 300142. OLE color: 300142.

HSL color Cylindrical-coordinate representation of color #6E9404: hue angle of 75.83º 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 #6E9404 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1101484-
CMYK0.2600.970.42
HSL75.83º94.74%29.8%-
HSV(B)75.83º97.3%58.04%-
XYZ17.0424.53.95-
YUV120.2262.41120.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.98%
GREEN value IS 148 (58.20% from 255) = 56.49%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=41.98%
G=56.49%
B=1.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11014840.2600.970.4275.8394.7429.8
Hex6E9441A0612A4c5f1e
Octal15622443201415211413736
Binary11011101001010010011010011000011010101001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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