#818000

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

Shades of Olive #818000

Tints of Olive #818000

Color information

#818000 (or 0x818000) is unknown color: approx Olive. HEX triplet: 81, 80 and 00. RGB value is (129,128,0). Sum of RGB (Red+Green+Blue) = 129+128+0=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #818000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818000 is #7E7FFF. Grayscale: #727272. Windows color (decimal): -8290304 or 32897. OLE color: 32897.

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

Color convert

RGB1291280-
CMYK00.0110.49
HSL59.53º100%25.29%-
HSV(B)59.53º100%50.59%-
XYZ16.7720.113-
YUV113.7163.83138.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.19%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.19%
G=49.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129128000.0110.4959.5310025.29
Hex818000164313c6419
Octal201200001144617414431
Binary10000001100000000011100100110001111100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818000; }

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

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

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

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

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

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

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

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