#816800

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

Shades of Olive #816800

Tints of Olive #816800

Color information

#816800 (or 0x816800) is unknown color: approx Olive. HEX triplet: 81, 68 and 00. RGB value is (129,104,0). Sum of RGB (Red+Green+Blue) = 129+104+0=233 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.36% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 129 - color contains mainly: red. Hex color #816800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816800 is #7E97FF. Grayscale: #646464. Windows color (decimal): -8296448 or 26753. OLE color: 26753.

HSL color Cylindrical-coordinate representation of color #816800: hue angle of 48.37º 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 #816800 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1291040-
CMYK00.1910.49
HSL48.37º100%25.29%-
HSV(B)48.37º100%50.59%-
XYZ1414.572.07-
YUV99.6271.78148.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.36%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.36%
G=44.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129104000.1910.4948.3710025.29
Hex816800136431306419
Octal2011500023144616014431
Binary10000001110100000100111100100110001110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816800; }

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

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

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

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

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

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

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

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