Html Css Color HEX #5A8609 Olive Drab

📋 copy color: '#5A8609'

red 90 ◦ green 134 ◦ blue 9

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

Shades of Olive Drab #5A8609

Tints of Olive Drab #5A8609

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.51%

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

R = 38.63%
G = 57.51%
B = 3.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#5A8609 (or 0x5A8609) is known color: Olive Drab. HEX triplet: 5A, 86 and 09. RGB value is (90,134,9). Sum of RGB (Red+Green+Blue) = 90+134+9=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #5A8609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8609 is #A579F6. Grayscale: #6B6B6B. Windows color (decimal): -10844663 or 624218. OLE color: 624218.

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

Color convert

RGB 90 134 9 -
CMYK 0.33 0 0.93 0.47
HSL 81.12º 0.87% 0.28% -
HSV(B) 81.12º 0.93% 0.53% -
XYZ 12.79 19.24 3.3 -
YUV 106.59 72.92 116.16 -
System Red Green Blue C M Y K H S L
Decimal 90 134 9 0.33 0 0.93 0.47 81.12 0.87 0.28
Hex 5A 86 9 21 0 5D 2F 51 57 1C
Octal 132 206 11 41 0 135 57 121 127 34
Binary 1011010 10000110 1001 100001 0 1011101 101111 1010001 1010111 11100

Color Harmonies of #5A8609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8609

Black with #5A8609

Text Example


Text Example

White with #5A8609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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