Html Css Color HEX #5A8D05 Olive Drab

📋 copy color: '#5A8D05'

red 90 ◦ green 141 ◦ blue 5

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

Shades of Olive Drab #5A8D05

Tints of Olive Drab #5A8D05

RGB

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

 GREEN value IS 141 (55.47% from 255) = 59.75%

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

R = 38.14%
G = 59.75%
B = 2.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#5A8D05 (or 0x5A8D05) is known color: Olive Drab. HEX triplet: 5A, 8D and 05. RGB value is (90,141,5). Sum of RGB (Red+Green+Blue) = 90+141+5=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 141 (55.47% from 255 or 59.75% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 141 - color contains mainly: green. Hex color #5A8D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8D05 is #A572FA. Grayscale: #6E6E6E. Windows color (decimal): -10842875 or 363866. OLE color: 363866.

HSL color Cylindrical-coordinate representation of color #5A8D05: hue angle of 82.5º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8D05 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 141 5 -
CMYK 0.36 0 0.96 0.45
HSL 82.5º 0.93% 0.29% -
HSV(B) 82.5º 0.96% 0.55% -
XYZ 13.77 21.23 3.52 -
YUV 110.25 68.6 113.56 -
System Red Green Blue C M Y K H S L
Decimal 90 141 5 0.36 0 0.96 0.45 82.5 0.93 0.29
Hex 5A 8D 5 24 0 60 2D 52 5D 1D
Octal 132 215 5 44 0 140 55 122 135 35
Binary 1011010 10001101 101 100100 0 1100000 101101 1010010 1011101 11101

Color Harmonies of #5A8D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8D05

Black with #5A8D05

Text Example


Text Example

White with #5A8D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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