#817C10

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

Shades of Olive #817C10

Tints of Olive #817C10

Color information

#817C10 (or 0x817C10) is unknown color: approx Olive. HEX triplet: 81, 7C and 10. RGB value is (129,124,16). Sum of RGB (Red+Green+Blue) = 129+124+16=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 124 (48.83% from 255 or 46.10% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #817C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C10 is #7E83EF. Grayscale: #717171. Windows color (decimal): -8291312 or 1080449. OLE color: 1080449.

HSL color Cylindrical-coordinate representation of color #817C10: hue angle of 57.35º 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 #817C10 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12912416-
CMYK00.040.880.49
HSL57.35º77.93%28.43%-
HSV(B)57.35º87.6%50.59%-
XYZ16.3519.123.32-
YUV113.1873.16139.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 124 (48.83% from 255) = 46.10%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=47.96%
G=46.10%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291241600.040.880.4957.3577.9328.43
Hex817C10045831394e1c
Octal2011742004130617111634
Binary1000000111111001000001001011000110001111001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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