Html Css Color HEX #5A8808 Olive Drab

📋 copy color: '#5A8808'

red 90 ◦ green 136 ◦ blue 8

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

Shades of Olive Drab #5A8808

Tints of Olive Drab #5A8808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 38.46%
G = 58.12%
B = 3.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#5A8808 (or 0x5A8808) is known color: Olive Drab. HEX triplet: 5A, 88 and 08. RGB value is (90,136,8). Sum of RGB (Red+Green+Blue) = 90+136+8=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8808 is #A577F7. Grayscale: #6C6C6C. Windows color (decimal): -10844152 or 559194. OLE color: 559194.

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

Color convert

RGB 90 136 8 -
CMYK 0.34 0 0.94 0.47
HSL 81.56º 0.89% 0.28% -
HSV(B) 81.56º 0.94% 0.53% -
XYZ 13.06 19.8 3.36 -
YUV 107.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 90 136 8 0.34 0 0.94 0.47 81.56 0.89 0.28
Hex 5A 88 8 22 0 5E 2F 52 59 1C
Octal 132 210 10 42 0 136 57 122 131 34
Binary 1011010 10001000 1000 100010 0 1011110 101111 1010010 1011001 11100

Color Harmonies of #5A8808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8808

Black with #5A8808

Text Example


Text Example

White with #5A8808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,136,8); }

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

background-color css

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

 a { background-color: rgb(90,136,8); }

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

border-color css

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

 span { border-color: rgb(90,136,8); }

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