#5E810A

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

Shades of Olive Drab #5E810A

Tints of Olive Drab #5E810A

Color information

#5E810A (or 0x5E810A) is unknown color: approx Olive Drab. HEX triplet: 5E, 81 and 0A. RGB value is (94,129,10). Sum of RGB (Red+Green+Blue) = 94+129+10=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #5E810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E810A is #A17EF5. Grayscale: #696969. Windows color (decimal): -10583798 or 688478. OLE color: 688478.

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

Color convert

RGB9412910-
CMYK0.2700.920.49
HSL77.65º85.61%27.25%-
HSV(B)77.65º92.25%50.59%-
XYZ12.5218.13.12-
YUV104.9774.4120.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.34%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 10 (4.30% from 255) = 4.29%
R=40.34%
G=55.36%
B=4.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94129100.2700.920.4977.6585.6127.25
Hex5E81A1B05C314e561b
Octal136201123301346111612633
Binary101111010000001101011011010111001100011001110101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,129,10); }

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

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

 a { background-color: rgb(94,129,10); }

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

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

 span { border-color: rgb(94,129,10); }

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