Html Css Color HEX #5E9002 Olive Drab

📋 copy color: '#5E9002'

red 94 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #5E9002

Tints of Olive Drab #5E9002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 60%

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

R = 39.17%
G = 60%
B = 0.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#5E9002 (or 0x5E9002) is known color: Olive Drab. HEX triplet: 5E, 90 and 02. RGB value is (94,144,2). Sum of RGB (Red+Green+Blue) = 94+144+2=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9002 is #A16FFD. Grayscale: #717171. Windows color (decimal): -10579966 or 168030. OLE color: 168030.

HSL color Cylindrical-coordinate representation of color #5E9002: hue angle of 81.13º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E9002 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 144 2 -
CMYK 0.35 0 0.99 0.44
HSL 81.13º 0.97% 0.29% -
HSV(B) 81.13º 0.99% 0.56% -
XYZ 14.6 22.33 3.6 -
YUV 112.86 65.44 114.55 -
System Red Green Blue C M Y K H S L
Decimal 94 144 2 0.35 0 0.99 0.44 81.13 0.97 0.29
Hex 5E 90 2 23 0 63 2C 51 61 1D
Octal 136 220 2 43 0 143 54 121 141 35
Binary 1011110 10010000 10 100011 0 1100011 101100 1010001 1100001 11101

Color Harmonies of #5E9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9002

Black with #5E9002

Text Example


Text Example

White with #5E9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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