Html Css Color HEX #5A8905 Olive Drab

📋 copy color: '#5A8905'

red 90 ◦ green 137 ◦ blue 5

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

Shades of Olive Drab #5A8905

Tints of Olive Drab #5A8905

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.05%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 38.79%
G = 59.05%
B = 2.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#5A8905 (or 0x5A8905) is known color: Olive Drab. HEX triplet: 5A, 89 and 05. RGB value is (90,137,5). Sum of RGB (Red+Green+Blue) = 90+137+5=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 137 (53.91% from 255 or 59.05% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8905 is #A576FA. Grayscale: #6C6C6C. Windows color (decimal): -10843899 or 362842. OLE color: 362842.

HSL color Cylindrical-coordinate representation of color #5A8905: hue angle of 81.36º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8905 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 137 5 -
CMYK 0.34 0 0.96 0.46
HSL 81.36º 0.93% 0.28% -
HSV(B) 81.36º 0.96% 0.54% -
XYZ 13.19 20.08 3.32 -
YUV 107.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 90 137 5 0.34 0 0.96 0.46 81.36 0.93 0.28
Hex 5A 89 5 22 0 60 2E 51 5D 1C
Octal 132 211 5 42 0 140 56 121 135 34
Binary 1011010 10001001 101 100010 0 1100000 101110 1010001 1011101 11100

Color Harmonies of #5A8905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8905

Black with #5A8905

Text Example


Text Example

White with #5A8905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,137,5); }

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

background-color css

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

 a { background-color: rgb(90,137,5); }

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

border-color css

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

 span { border-color: rgb(90,137,5); }

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