Html Css Color HEX #5E9508 Olive Drab

📋 copy color: '#5E9508'

red 94 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #5E9508

Tints of Olive Drab #5E9508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 59.36%

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

R = 37.45%
G = 59.36%
B = 3.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#5E9508 (or 0x5E9508) is known color: Olive Drab. HEX triplet: 5E, 95 and 08. RGB value is (94,149,8). Sum of RGB (Red+Green+Blue) = 94+149+8=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9508 is #A16AF7. Grayscale: #747474. Windows color (decimal): -10578680 or 562526. OLE color: 562526.

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

Color convert

RGB 94 149 8 -
CMYK 0.37 0 0.95 0.42
HSL 83.4º 0.9% 0.31% -
HSV(B) 83.4º 0.95% 0.58% -
XYZ 15.41 23.89 4.03 -
YUV 116.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 94 149 8 0.37 0 0.95 0.42 83.4 0.9 0.31
Hex 5E 95 8 25 0 5F 2A 53 5A 1F
Octal 136 225 10 45 0 137 52 123 132 37
Binary 1011110 10010101 1000 100101 0 1011111 101010 1010011 1011010 11111

Color Harmonies of #5E9508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9508

Black with #5E9508

Text Example


Text Example

White with #5E9508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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