Html Css Color HEX #5E9100 Olive Drab

📋 copy color: '#5E9100'

red 94 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #5E9100

Tints of Olive Drab #5E9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 60.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.33%
G = 60.67%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#5E9100 (or 0x5E9100) is known color: Olive Drab. HEX triplet: 5E, 91 and 00. RGB value is (94,145,0). Sum of RGB (Red+Green+Blue) = 94+145+0=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9100 is #A16EFF. Grayscale: #717171. Windows color (decimal): -10579712 or 37214. OLE color: 37214.

HSL color Cylindrical-coordinate representation of color #5E9100: hue angle of 81.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E9100 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 0 -
CMYK 0.35 0 1 0.43
HSL 81.1º 1% 0.28% -
HSV(B) 81.1º 1% 0.57% -
XYZ 14.74 22.63 3.59 -
YUV 113.22 64.1 114.29 -
System Red Green Blue C M Y K H S L
Decimal 94 145 0 0.35 0 1 0.43 81.1 1 0.28
Hex 5E 91 0 23 0 64 2B 51 64 1C
Octal 136 221 0 43 0 144 53 121 144 34
Binary 1011110 10010001 0 100011 0 1100100 101011 1010001 1100100 11100

Color Harmonies of #5E9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9100

Black with #5E9100

Text Example


Text Example

White with #5E9100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,0); }

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

background-color css

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

 a { background-color: rgb(94,145,0); }

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

border-color css

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

 span { border-color: rgb(94,145,0); }

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