#5A8708

Color #5A8708 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5A8708

Tints of Olive Drab #5A8708

Color information

#5A8708 (or 0x5A8708) is unknown color: approx Olive Drab. HEX triplet: 5A, 87 and 08. RGB value is (90,135,8). Sum of RGB (Red+Green+Blue) = 90+135+8=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 135 (53.12% from 255 or 57.94% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8708 is #A578F7. Grayscale: #6B6B6B. Windows color (decimal): -10844408 or 558938. OLE color: 558938.

HSL color Cylindrical-coordinate representation of color #5A8708: hue angle of 81.26º 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 #5A8708 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB901358-
CMYK0.3300.940.47
HSL81.26º88.81%28.04%-
HSV(B)81.26º94.07%52.94%-
XYZ12.9219.523.32-
YUV107.0772.09115.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 135 (53.12% from 255) = 57.94%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=38.63%
G=57.94%
B=3.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9013580.3300.940.4781.2688.8128.04
Hex5A8782105E2F51591c
Octal132207104101365712113134
Binary1011010100001111000100001010111101011111010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A8708;
 }
 .AnyTagClassName
 {
   color: #5A8708;
 }
</style>
background-color css

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

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

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

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

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

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