#817C0F

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

Shades of Olive #817C0F

Tints of Olive #817C0F

Color information

#817C0F (or 0x817C0F) is unknown color: approx Olive. HEX triplet: 81, 7C and 0F. RGB value is (129,124,15). Sum of RGB (Red+Green+Blue) = 129+124+15=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 124 (48.83% from 255 or 46.27% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #817C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C0F is #7E83F0. Grayscale: #717171. Windows color (decimal): -8291313 or 1014913. OLE color: 1014913.

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

Color convert

RGB12912415-
CMYK00.040.880.49
HSL57.37º79.17%28.24%-
HSV(B)57.37º88.37%50.59%-
XYZ16.3519.123.28-
YUV113.0772.66139.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 124 (48.83% from 255) = 46.27%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=48.13%
G=46.27%
B=5.60%

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
Decimal1291241500.040.880.4957.3779.1728.24
Hex817CF045831394f1c
Octal2011741704130617111734
Binary100000011111100111101001011000110001111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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