#6E9402

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

Shades of Olive Drab #6E9402

Tints of Olive Drab #6E9402

Color information

#6E9402 (or 0x6E9402) is unknown color: approx Olive Drab. HEX triplet: 6E, 94 and 02. RGB value is (110,148,2). Sum of RGB (Red+Green+Blue) = 110+148+2=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9402 is #916BFD. Grayscale: #787878. Windows color (decimal): -9530366 or 169070. OLE color: 169070.

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

Color convert

RGB1101482-
CMYK0.2600.990.42
HSL75.62º97.33%29.41%-
HSV(B)75.62º98.65%58.04%-
XYZ17.0324.53.89-
YUV119.9961.41120.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.31%
GREEN value IS 148 (58.20% from 255) = 56.92%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=42.31%
G=56.92%
B=0.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11014820.2600.990.4275.6297.3329.41
Hex6E9421A0632A4c611d
Octal15622423201435211414135
Binary1101110100101001011010011000111010101001100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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