#578201

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

Shades of Olive Drab #578201

Tints of Olive Drab #578201

Color information

#578201 (or 0x578201) is unknown color: approx Olive Drab. HEX triplet: 57, 82 and 01. RGB value is (87,130,1). Sum of RGB (Red+Green+Blue) = 87+130+1=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #578201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578201 is #A87DFE. Grayscale: #666666. Windows color (decimal): -11042303 or 98903. OLE color: 98903.

HSL color Cylindrical-coordinate representation of color #578201: hue angle of 80º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #578201 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB871301-
CMYK0.3300.990.49
HSL80º98.47%25.69%-
HSV(B)80º99.23%50.98%-
XYZ11.9217.992.87-
YUV102.4470.75116.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 130 (51.17% from 255) = 59.63%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=39.91%
G=59.63%
B=0.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8713010.3300.990.498098.4725.69
Hex57821210633150621a
Octal12720214101436112014232
Binary1010111100000101100001011000111100011010000110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #578201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #578201; }

 p { color: rgb(87,130,1); }

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

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

 a { background-color: rgb(87,130,1); }

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

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

 span { border-color: rgb(87,130,1); }

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