#817C0A

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

Shades of Olive #817C0A

Tints of Olive #817C0A

Color information

#817C0A (or 0x817C0A) is unknown color: approx Olive. HEX triplet: 81, 7C and 0A. RGB value is (129,124,10). Sum of RGB (Red+Green+Blue) = 129+124+10=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #817C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C0A is #7E83F5. Grayscale: #707070. Windows color (decimal): -8291318 or 687233. OLE color: 687233.

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

Color convert

RGB12912410-
CMYK00.040.920.49
HSL57.48º85.61%27.25%-
HSV(B)57.48º92.25%50.59%-
XYZ16.3219.13.11-
YUV112.570.16139.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=49.05%
G=47.15%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291241000.040.920.4957.4885.6127.25
Hex817CA045C3139561b
Octal2011741204134617112633
Binary100000011111100101001001011100110001111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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