#817D0F

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

Shades of Olive #817D0F

Tints of Olive #817D0F

Color information

#817D0F (or 0x817D0F) is unknown color: approx Olive. HEX triplet: 81, 7D and 0F. RGB value is (129,125,15). Sum of RGB (Red+Green+Blue) = 129+125+15=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #817D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817D0F is #7E82F0. Grayscale: #727272. Windows color (decimal): -8291057 or 1015169. OLE color: 1015169.

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

Color convert

RGB12912515-
CMYK00.030.880.49
HSL57.89º79.17%28.24%-
HSV(B)57.89º88.37%50.59%-
XYZ16.4719.373.32-
YUV113.6672.33138.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 125 (49.22% from 255) = 46.47%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=47.96%
G=46.47%
B=5.58%

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
Decimal1291251500.030.880.4957.8979.1728.24
Hex817DF0358313a4f1c
Octal2011751703130617211734
Binary10000001111110111110111011000110001111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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