#5E9406

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

Shades of Olive Drab #5E9406

Tints of Olive Drab #5E9406

Color information

#5E9406 (or 0x5E9406) is unknown color: approx Olive Drab. HEX triplet: 5E, 94 and 06. RGB value is (94,148,6). Sum of RGB (Red+Green+Blue) = 94+148+6=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 148 (58.20% from 255 or 59.68% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 148 - color contains mainly: green. Hex color #5E9406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9406 is #A16BF9. Grayscale: #747474. Windows color (decimal): -10578938 or 431198. OLE color: 431198.

HSL color Cylindrical-coordinate representation of color #5E9406: hue angle of 82.82º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E9406 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB941486-
CMYK0.3600.960.42
HSL82.82º92.21%30.2%-
HSV(B)82.82º95.95%58.04%-
XYZ15.2423.573.92-
YUV115.6766.11112.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.90%
GREEN value IS 148 (58.20% from 255) = 59.68%
BLUE value IS 6 (2.73% from 255) = 2.42%
R=37.90%
G=59.68%
B=2.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9414860.3600.960.4282.8292.2130.2
Hex5E946240602A535c1e
Octal13622464401405212313436
Binary101111010010100110100100011000001010101010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9406; }

 p { color: rgb(94,148,6); }

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

<style>
 a { background-color: #5E9406; }

 a { background-color: rgb(94,148,6); }

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

<style>
 span { border-color: #5E9406; }

 span { border-color: rgb(94,148,6); }

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