Html Css Color HEX #5A8409 Olive Drab

📋 copy color: '#5A8409'

red 90 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #5A8409

Tints of Olive Drab #5A8409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 57.14%

 BLUE value IS 9 (3.91% from 255) = 3.9%

R = 38.96%
G = 57.14%
B = 3.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#5A8409 (or 0x5A8409) is known color: Olive Drab. HEX triplet: 5A, 84 and 09. RGB value is (90,132,9). Sum of RGB (Red+Green+Blue) = 90+132+9=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 132 (51.95% from 255 or 57.14% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8409 is #A57BF6. Grayscale: #696969. Windows color (decimal): -10845175 or 623706. OLE color: 623706.

HSL color Cylindrical-coordinate representation of color #5A8409: hue angle of 80.49º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A8409 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 132 9 -
CMYK 0.32 0 0.93 0.48
HSL 80.49º 0.87% 0.28% -
HSV(B) 80.49º 0.93% 0.52% -
XYZ 12.52 18.7 3.21 -
YUV 105.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 90 132 9 0.32 0 0.93 0.48 80.49 0.87 0.28
Hex 5A 84 9 20 0 5D 30 50 57 1C
Octal 132 204 11 40 0 135 60 120 127 34
Binary 1011010 10000100 1001 100000 0 1011101 110000 1010000 1010111 11100

Color Harmonies of #5A8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8409

Black with #5A8409

Text Example


Text Example

White with #5A8409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,132,9); }

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

background-color css

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

 a { background-color: rgb(90,132,9); }

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

border-color css

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

 span { border-color: rgb(90,132,9); }

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