#817B0F

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

Shades of Olive #817B0F

Tints of Olive #817B0F

Color information

#817B0F (or 0x817B0F) is unknown color: approx Olive. HEX triplet: 81, 7B and 0F. RGB value is (129,123,15). Sum of RGB (Red+Green+Blue) = 129+123+15=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #817B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B0F is #7E84F0. Grayscale: #707070. Windows color (decimal): -8291569 or 1014657. OLE color: 1014657.

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

Color convert

RGB12912315-
CMYK00.050.880.49
HSL56.84º79.17%28.24%-
HSV(B)56.84º88.37%50.59%-
XYZ16.2218.873.24-
YUV112.4872.99139.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.31%
GREEN value IS 123 (48.44% from 255) = 46.07%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=48.31%
G=46.07%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291231500.050.880.4956.8479.1728.24
Hex817BF055831394f1c
Octal2011731705130617111734
Binary100000011111011111101011011000110001111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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