Html Css Color HEX #5A9002 Olive Drab

📋 copy color: '#5A9002'

red 90 ◦ green 144 ◦ blue 2

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

Shades of Olive Drab #5A9002

Tints of Olive Drab #5A9002

RGB

 RED value IS 90 (35.55% from 255) = 38.14%

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

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

R = 38.14%
G = 61.02%
B = 0.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#5A9002 (or 0x5A9002) is known color: Olive Drab. HEX triplet: 5A, 90 and 02. RGB value is (90,144,2). Sum of RGB (Red+Green+Blue) = 90+144+2=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 144 (56.64% from 255 or 61.02% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 144 - color contains mainly: green. Hex color #5A9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9002 is #A56FFD. Grayscale: #707070. Windows color (decimal): -10842110 or 168026. OLE color: 168026.

HSL color Cylindrical-coordinate representation of color #5A9002: hue angle of 82.82º 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 #5A9002 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 144 2 -
CMYK 0.37 0 0.99 0.44
HSL 82.82º 0.97% 0.29% -
HSV(B) 82.82º 0.99% 0.56% -
XYZ 14.2 22.12 3.58 -
YUV 111.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 90 144 2 0.37 0 0.99 0.44 82.82 0.97 0.29
Hex 5A 90 2 25 0 63 2C 53 61 1D
Octal 132 220 2 45 0 143 54 123 141 35
Binary 1011010 10010000 10 100101 0 1100011 101100 1010011 1100001 11101

Color Harmonies of #5A9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9002

Black with #5A9002

Text Example


Text Example

White with #5A9002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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