Html Css Color HEX #5A8509 Olive Drab

📋 copy color: '#5A8509'

red 90 ◦ green 133 ◦ blue 9

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

Shades of Olive Drab #5A8509

Tints of Olive Drab #5A8509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.33%

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

R = 38.79%
G = 57.33%
B = 3.88%

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

#5A8509 (or 0x5A8509) is known color: Olive Drab. HEX triplet: 5A, 85 and 09. RGB value is (90,133,9). Sum of RGB (Red+Green+Blue) = 90+133+9=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #5A8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8509 is #A57AF6. Grayscale: #6A6A6A. Windows color (decimal): -10844919 or 623962. OLE color: 623962.

HSL color Cylindrical-coordinate representation of color #5A8509: hue angle of 80.81º 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 #5A8509 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 133 9 -
CMYK 0.32 0 0.93 0.48
HSL 80.81º 0.87% 0.28% -
HSV(B) 80.81º 0.93% 0.52% -
XYZ 12.65 18.97 3.25 -
YUV 106.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 90 133 9 0.32 0 0.93 0.48 80.81 0.87 0.28
Hex 5A 85 9 20 0 5D 30 51 57 1C
Octal 132 205 11 40 0 135 60 121 127 34
Binary 1011010 10000101 1001 100000 0 1011101 110000 1010001 1010111 11100

Color Harmonies of #5A8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8509

Black with #5A8509

Text Example


Text Example

White with #5A8509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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