Html Css Color HEX #5A8B09 Olive Drab

📋 copy color: '#5A8B09'

red 90 ◦ green 139 ◦ blue 9

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

Shades of Olive Drab #5A8B09

Tints of Olive Drab #5A8B09

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.4%

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

R = 37.82%
G = 58.4%
B = 3.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#5A8B09 (or 0x5A8B09) is known color: Olive Drab. HEX triplet: 5A, 8B and 09. RGB value is (90,139,9). Sum of RGB (Red+Green+Blue) = 90+139+9=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8B09 is #A574F6. Grayscale: #6D6D6D. Windows color (decimal): -10843383 or 625498. OLE color: 625498.

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

Color convert

RGB 90 139 9 -
CMYK 0.35 0 0.94 0.45
HSL 82.62º 0.88% 0.29% -
HSV(B) 82.62º 0.94% 0.55% -
XYZ 13.5 20.66 3.53 -
YUV 109.53 71.27 114.07 -
System Red Green Blue C M Y K H S L
Decimal 90 139 9 0.35 0 0.94 0.45 82.62 0.88 0.29
Hex 5A 8B 9 23 0 5E 2D 53 58 1D
Octal 132 213 11 43 0 136 55 123 130 35
Binary 1011010 10001011 1001 100011 0 1011110 101101 1010011 1011000 11101

Color Harmonies of #5A8B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8B09

Black with #5A8B09

Text Example


Text Example

White with #5A8B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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