Html Css Color HEX #5E9600 Olive Drab

📋 copy color: '#5E9600'

red 94 ◦ green 150 ◦ blue 0

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

Shades of Olive Drab #5E9600

Tints of Olive Drab #5E9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.48%

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

R = 38.52%
G = 61.48%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#5E9600 (or 0x5E9600) is known color: Olive Drab. HEX triplet: 5E, 96 and 00. RGB value is (94,150,0). Sum of RGB (Red+Green+Blue) = 94+150+0=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9600 is #A169FF. Grayscale: #747474. Windows color (decimal): -10578432 or 38494. OLE color: 38494.

HSL color Cylindrical-coordinate representation of color #5E9600: hue angle of 82.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E9600 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 150 0 -
CMYK 0.37 0 1 0.41
HSL 82.4º 1% 0.29% -
HSV(B) 82.4º 1% 0.59% -
XYZ 15.52 24.19 3.85 -
YUV 116.16 62.45 112.2 -
System Red Green Blue C M Y K H S L
Decimal 94 150 0 0.37 0 1 0.41 82.4 1 0.29
Hex 5E 96 0 25 0 64 29 52 64 1D
Octal 136 226 0 45 0 144 51 122 144 35
Binary 1011110 10010110 0 100101 0 1100100 101001 1010010 1100100 11101

Color Harmonies of #5E9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9600

Black with #5E9600

Text Example


Text Example

White with #5E9600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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