#816500

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

Shades of Olive #816500

Tints of Olive #816500

Color information

#816500 (or 0x816500) is unknown color: approx Olive. HEX triplet: 81, 65 and 00. RGB value is (129,101,0). Sum of RGB (Red+Green+Blue) = 129+101+0=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #816500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816500 is #7E9AFF. Grayscale: #626262. Windows color (decimal): -8297216 or 25985. OLE color: 25985.

HSL color Cylindrical-coordinate representation of color #816500: hue angle of 46.98º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #816500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1291010-
CMYK00.2210.49
HSL46.98º100%25.29%-
HSV(B)46.98º100%50.59%-
XYZ13.7113.971.97-
YUV97.8672.78150.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 56.09%
GREEN value IS 101 (39.84% from 255) = 43.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.09%
G=43.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129101000.2210.4946.9810025.29
Hex8165001664312f6419
Octal2011450026144615714431
Binary10000001110010100101101100100110001101111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816500; }

 p { color: rgb(129,101,0); }

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

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

 a { background-color: rgb(129,101,0); }

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

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

 span { border-color: rgb(129,101,0); }

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