Html Css Color HEX #5E9208 Olive Drab

📋 copy color: '#5E9208'

red 94 ◦ green 146 ◦ blue 8

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

Shades of Olive Drab #5E9208

Tints of Olive Drab #5E9208

RGB

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

 GREEN value IS 146 (57.42% from 255) = 58.87%

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

R = 37.9%
G = 58.87%
B = 3.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#5E9208 (or 0x5E9208) is known color: Olive Drab. HEX triplet: 5E, 92 and 08. RGB value is (94,146,8). Sum of RGB (Red+Green+Blue) = 94+146+8=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #5E9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9208 is #A16DF7. Grayscale: #737373. Windows color (decimal): -10579448 or 561758. OLE color: 561758.

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

Color convert

RGB 94 146 8 -
CMYK 0.36 0 0.95 0.43
HSL 82.61º 0.9% 0.3% -
HSV(B) 82.61º 0.95% 0.57% -
XYZ 14.94 22.95 3.87 -
YUV 114.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 94 146 8 0.36 0 0.95 0.43 82.61 0.9 0.3
Hex 5E 92 8 24 0 5F 2B 53 5A 1E
Octal 136 222 10 44 0 137 53 123 132 36
Binary 1011110 10010010 1000 100100 0 1011111 101011 1010011 1011010 11110

Color Harmonies of #5E9208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9208

Black with #5E9208

Text Example


Text Example

White with #5E9208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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