#817B06

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

Shades of Olive #817B06

Tints of Olive #817B06

Color information

#817B06 (or 0x817B06) is unknown color: approx Olive. HEX triplet: 81, 7B and 06. RGB value is (129,123,6). Sum of RGB (Red+Green+Blue) = 129+123+6=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #817B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817B06 is #7E84F9. Grayscale: #6F6F6F. Windows color (decimal): -8291578 or 424833. OLE color: 424833.

HSL color Cylindrical-coordinate representation of color #817B06: hue angle of 57.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #817B06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1291236-
CMYK00.050.950.49
HSL57.07º91.11%26.47%-
HSV(B)57.07º95.35%50.59%-
XYZ16.1718.852.96-
YUV111.4668.49140.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50%
GREEN value IS 123 (48.44% from 255) = 47.67%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=50%
G=47.67%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129123600.050.950.4957.0791.1126.47
Hex817B6055F31395b1a
Octal201173605137617113332
Binary10000001111101111001011011111110001111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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