#817D10

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

Shades of Olive #817D10

Tints of Olive #817D10

Color information

#817D10 (or 0x817D10) is unknown color: approx Olive. HEX triplet: 81, 7D and 10. RGB value is (129,125,16). Sum of RGB (Red+Green+Blue) = 129+125+16=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #817D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D10 is #7E82EF. Grayscale: #727272. Windows color (decimal): -8291056 or 1080705. OLE color: 1080705.

HSL color Cylindrical-coordinate representation of color #817D10: hue angle of 57.88º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #817D10 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12912516-
CMYK00.030.880.49
HSL57.88º77.93%28.43%-
HSV(B)57.88º87.6%50.59%-
XYZ16.4819.373.36-
YUV113.7772.83138.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.78%
GREEN value IS 125 (49.22% from 255) = 46.30%
BLUE value IS 16 (6.64% from 255) = 5.93%
R=47.78%
G=46.30%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291251600.030.880.4957.8877.9328.43
Hex817D100358313a4e1c
Octal2011752003130617211634
Binary100000011111101100000111011000110001111010100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817D10; }

 p { color: rgb(129,125,16); }

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

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

 a { background-color: rgb(129,125,16); }

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

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

 span { border-color: rgb(129,125,16); }

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