#5A8208

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

Shades of Olive Drab #5A8208

Tints of Olive Drab #5A8208

Color information

#5A8208 (or 0x5A8208) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 08. RGB value is (90,130,8). Sum of RGB (Red+Green+Blue) = 90+130+8=228 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.47% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8208 is #A57DF7. Grayscale: #686868. Windows color (decimal): -10845688 or 557658. OLE color: 557658.

HSL color Cylindrical-coordinate representation of color #5A8208: hue angle of 79.67º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A8208 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB901308-
CMYK0.3100.940.49
HSL79.67º88.41%27.06%-
HSV(B)79.67º93.85%50.98%-
XYZ12.2418.163.09-
YUV104.1373.75117.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.47%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=39.47%
G=57.02%
B=3.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9013080.3100.940.4979.6788.4127.06
Hex5A8281F05E3150581b
Octal132202103701366112013033
Binary101101010000010100011111010111101100011010000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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