#817F10

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

Shades of Olive #817F10

Tints of Olive #817F10

Color information

#817F10 (or 0x817F10) is unknown color: approx Olive. HEX triplet: 81, 7F and 10. RGB value is (129,127,16). Sum of RGB (Red+Green+Blue) = 129+127+16=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #817F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817F10 is #7E80EF. Grayscale: #737373. Windows color (decimal): -8290544 or 1081217. OLE color: 1081217.

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

Color convert

RGB12912716-
CMYK00.020.880.49
HSL58.94º77.93%28.43%-
HSV(B)58.94º87.6%50.59%-
XYZ16.7419.883.45-
YUV114.9472.16138.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 16 (6.64% from 255) = 5.88%
R=47.43%
G=46.69%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291271600.020.880.4958.9477.9328.43
Hex817F100258313b4e1c
Octal2011772002130617311634
Binary100000011111111100000101011000110001111011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,127,16); }

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

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

 a { background-color: rgb(129,127,16); }

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

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

 span { border-color: rgb(129,127,16); }

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