#817706

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

Shades of Olive #817706

Tints of Olive #817706

Color information

#817706 (or 0x817706) is unknown color: approx Olive. HEX triplet: 81, 77 and 06. RGB value is (129,119,6). Sum of RGB (Red+Green+Blue) = 129+119+6=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #817706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817706 is #7E88F9. Grayscale: #6D6D6D. Windows color (decimal): -8292602 or 423809. OLE color: 423809.

HSL color Cylindrical-coordinate representation of color #817706: hue angle of 55.12º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817706 is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291196-
CMYK00.080.950.49
HSL55.12º91.11%26.47%-
HSV(B)55.12º95.35%50.59%-
XYZ15.6817.872.8-
YUV109.1169.81142.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 119 (46.88% from 255) = 46.85%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=50.79%
G=46.85%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129119600.080.950.4955.1291.1126.47
Hex81776085F31375b1a
Octal2011676010137616713332
Binary100000011110111110010001011111110001110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817706; }

 p { color: rgb(129,119,6); }

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

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

 a { background-color: rgb(129,119,6); }

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

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

 span { border-color: rgb(129,119,6); }

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