Html Css Color HEX #5E9308 Olive Drab

📋 copy color: '#5E9308'

red 94 ◦ green 147 ◦ blue 8

#5E9308
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5E9308

Tints of Olive Drab #5E9308

RGB

 RED value IS 94 (37.11% from 255) = 37.75%

 GREEN value IS 147 (57.81% from 255) = 59.04%

 BLUE value IS 8 (3.52% from 255) = 3.21%

R = 37.75%
G = 59.04%
B = 3.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#5E9308 (or 0x5E9308) is known color: Olive Drab. HEX triplet: 5E, 93 and 08. RGB value is (94,147,8). Sum of RGB (Red+Green+Blue) = 94+147+8=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9308 is #A16CF7. Grayscale: #737373. Windows color (decimal): -10579192 or 562014. OLE color: 562014.

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

Color convert

RGB 94 147 8 -
CMYK 0.36 0 0.95 0.42
HSL 82.88º 0.9% 0.3% -
HSV(B) 82.88º 0.95% 0.58% -
XYZ 15.09 23.26 3.92 -
YUV 115.31 67.44 112.8 -
System Red Green Blue C M Y K H S L
Decimal 94 147 8 0.36 0 0.95 0.42 82.88 0.9 0.3
Hex 5E 93 8 24 0 5F 2A 53 5A 1E
Octal 136 223 10 44 0 137 52 123 132 36
Binary 1011110 10010011 1000 100100 0 1011111 101010 1010011 1011010 11110

Color Harmonies of #5E9308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9308

Black with #5E9308

Text Example


Text Example

White with #5E9308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,8); }

 H1.HeaderClassName
 {
   color: #5E9308;
 }
 .AnyTagClassName
 {
   color: #5E9308;
 }
</style>

background-color css

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

 a { background-color: rgb(94,147,8); }

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

border-color css

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

 span { border-color: rgb(94,147,8); }

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