#818600

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

Shades of Olive #818600

Tints of Olive #818600

Color information

#818600 (or 0x818600) is unknown color: approx Olive. HEX triplet: 81, 86 and 00. RGB value is (129,134,0). Sum of RGB (Red+Green+Blue) = 129+134+0=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #818600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818600 is #7E79FF. Grayscale: #757575. Windows color (decimal): -8288768 or 34433. OLE color: 34433.

HSL color Cylindrical-coordinate representation of color #818600: hue angle of 62.24º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #818600 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1291340-
CMYK0.04010.47
HSL62.24º100%26.27%-
HSV(B)62.24º100%52.55%-
XYZ17.5821.723.27-
YUV117.2361.84136.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 134 (52.73% from 255) = 50.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.05%
G=50.95%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12913400.04010.4762.2410026.27
Hex8186040642F3e641a
Octal201206040144577614432
Binary1000000110000110010001100100101111111110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818600; }

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

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

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

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

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

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

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

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