#819506

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

Shades of Olive #819506

Tints of Olive #819506

Color information

#819506 (or 0x819506) is unknown color: approx Olive. HEX triplet: 81, 95 and 06. RGB value is (129,149,6). Sum of RGB (Red+Green+Blue) = 129+149+6=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #819506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819506 is #7E6AF9. Grayscale: #7F7F7F. Windows color (decimal): -8284922 or 431489. OLE color: 431489.

HSL color Cylindrical-coordinate representation of color #819506: hue angle of 68.39º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #819506 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB1291496-
CMYK0.1300.960.42
HSL68.39º92.26%30.39%-
HSV(B)68.39º95.97%58.43%-
XYZ19.8326.184.18-
YUV126.7259.87129.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=45.42%
G=52.46%
B=2.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12914960.1300.960.4268.3992.2630.39
Hex81956D0602A445c1e
Octal20122561501405210413436
Binary10000001100101011101101011000001010101000100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819506; }

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

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

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

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

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

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

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

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