#817B10

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

Shades of Olive #817B10

Tints of Olive #817B10

Color information

#817B10 (or 0x817B10) is unknown color: approx Olive. HEX triplet: 81, 7B and 10. RGB value is (129,123,16). Sum of RGB (Red+Green+Blue) = 129+123+16=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 123 (48.44% from 255 or 45.90% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #817B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B10 is #7E84EF. Grayscale: #717171. Windows color (decimal): -8291568 or 1080193. OLE color: 1080193.

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

Color convert

RGB12912316-
CMYK00.050.880.49
HSL56.81º77.93%28.43%-
HSV(B)56.81º87.6%50.59%-
XYZ16.2318.873.28-
YUV112.673.49139.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 123 (48.44% from 255) = 45.90%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=48.13%
G=45.90%
B=5.97%

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
Decimal1291231600.050.880.4956.8177.9328.43
Hex817B10055831394e1c
Octal2011732005130617111634
Binary1000000111110111000001011011000110001111001100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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