#5D801A

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

Shades of Olive Drab #5D801A

Tints of Olive Drab #5D801A

Color information

#5D801A (or 0x5D801A) is unknown color: approx Olive Drab. HEX triplet: 5D, 80 and 1A. RGB value is (93,128,26). Sum of RGB (Red+Green+Blue) = 93+128+26=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #5D801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D801A is #A27FE5. Grayscale: #6A6A6A. Windows color (decimal): -10649574 or 1736797. OLE color: 1736797.

HSL color Cylindrical-coordinate representation of color #5D801A: hue angle of 80.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D801A is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB9312826-
CMYK0.2700.800.50
HSL80.59º66.23%30.2%-
HSV(B)80.59º79.69%50.2%-
XYZ12.4217.843.77-
YUV105.9182.9118.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=37.65%
G=51.82%
B=10.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal93128260.2700.800.5080.5966.2330.2
Hex5D801A1B0503251421e
Octal135200323301206212110236
Binary1011101100000001101011011010100001100101010001100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,128,26); }

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

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

 a { background-color: rgb(93,128,26); }

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

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

 span { border-color: rgb(93,128,26); }

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