#819206

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

Shades of Olive #819206

Tints of Olive #819206

Color information

#819206 (or 0x819206) is unknown color: approx Olive. HEX triplet: 81, 92 and 06. RGB value is (129,146,6). Sum of RGB (Red+Green+Blue) = 129+146+6=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #819206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819206 is #7E6DF9. Grayscale: #7D7D7D. Windows color (decimal): -8285690 or 430721. OLE color: 430721.

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

Color convert

RGB1291466-
CMYK0.1200.960.43
HSL67.29º92.11%29.8%-
HSV(B)67.29º95.89%57.25%-
XYZ19.3725.244.02-
YUV124.9660.87130.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 146 (57.42% from 255) = 51.96%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=45.91%
G=51.96%
B=2.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12914660.1200.960.4367.2992.1129.8
Hex81926C0602B435c1e
Octal20122261401405310313436
Binary10000001100100101101100011000001010111000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819206; }

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

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

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

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

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

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

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

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