Html Css Color HEX #5A8201 Olive Drab

📋 copy color: '#5A8201'

red 90 ◦ green 130 ◦ blue 1

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

Shades of Olive Drab #5A8201

Tints of Olive Drab #5A8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 40.72%
G = 58.82%
B = 0.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#5A8201 (or 0x5A8201) is known color: Olive Drab. HEX triplet: 5A, 82 and 01. RGB value is (90,130,1). Sum of RGB (Red+Green+Blue) = 90+130+1=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8201 is #A57DFE. Grayscale: #676767. Windows color (decimal): -10845695 or 98906. OLE color: 98906.

HSL color Cylindrical-coordinate representation of color #5A8201: hue angle of 78.6º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A8201 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 90 130 1 -
CMYK 0.31 0 0.99 0.49
HSL 78.6º 0.98% 0.26% -
HSV(B) 78.6º 0.99% 0.51% -
XYZ 12.2 18.14 2.89 -
YUV 103.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 90 130 1 0.31 0 0.99 0.49 78.6 0.98 0.26
Hex 5A 82 1 1F 0 63 31 4F 62 1A
Octal 132 202 1 37 0 143 61 117 142 32
Binary 1011010 10000010 1 11111 0 1100011 110001 1001111 1100010 11010

Color Harmonies of #5A8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8201

Black with #5A8201

Text Example


Text Example

White with #5A8201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,1); }

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

background-color css

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

 a { background-color: rgb(90,130,1); }

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

border-color css

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

 span { border-color: rgb(90,130,1); }

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