Html Css Color HEX #5E9502 Olive Drab

📋 copy color: '#5E9502'

red 94 ◦ green 149 ◦ blue 2

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

Shades of Olive Drab #5E9502

Tints of Olive Drab #5E9502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 38.37%
G = 60.82%
B = 0.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5E9502 (or 0x5E9502) is known color: Olive Drab. HEX triplet: 5E, 95 and 02. RGB value is (94,149,2). Sum of RGB (Red+Green+Blue) = 94+149+2=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 149 (58.59% from 255 or 60.82% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9502 is #A16AFD. Grayscale: #747474. Windows color (decimal): -10578686 or 169310. OLE color: 169310.

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

Color convert

RGB 94 149 2 -
CMYK 0.37 0 0.99 0.42
HSL 82.45º 0.97% 0.3% -
HSV(B) 82.45º 0.99% 0.58% -
XYZ 15.37 23.88 3.86 -
YUV 115.8 63.78 112.45 -
System Red Green Blue C M Y K H S L
Decimal 94 149 2 0.37 0 0.99 0.42 82.45 0.97 0.3
Hex 5E 95 2 25 0 63 2A 52 61 1E
Octal 136 225 2 45 0 143 52 122 141 36
Binary 1011110 10010101 10 100101 0 1100011 101010 1010010 1100001 11110

Color Harmonies of #5E9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9502

Black with #5E9502

Text Example


Text Example

White with #5E9502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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