#817612

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

Shades of Olive #817612

Tints of Olive #817612

Color information

#817612 (or 0x817612) is unknown color: approx Olive. HEX triplet: 81, 76 and 12. RGB value is (129,118,18). Sum of RGB (Red+Green+Blue) = 129+118+18=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #817612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817612 is #7E89ED. Grayscale: #6E6E6E. Windows color (decimal): -8292846 or 1209985. OLE color: 1209985.

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

Color convert

RGB12911818-
CMYK00.090.860.49
HSL54.05º75.51%28.82%-
HSV(B)54.05º86.05%50.59%-
XYZ15.6417.673.16-
YUV109.8976.14141.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.68%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 18 (7.42% from 255) = 6.79%
R=48.68%
G=44.53%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291181800.090.860.4954.0575.5128.82
Hex817612095631364c1d
Octal20116622011126616611435
Binary10000001111011010010010011010110110001110110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817612; }

 p { color: rgb(129,118,18); }

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

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

 a { background-color: rgb(129,118,18); }

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

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

 span { border-color: rgb(129,118,18); }

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