#829206

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

Shades of Olive #829206

Tints of Olive #829206

Color information

#829206 (or 0x829206) is unknown color: approx Olive. HEX triplet: 82, 92 and 06. RGB value is (130,146,6). Sum of RGB (Red+Green+Blue) = 130+146+6=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #829206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829206 is #7D6DF9. Grayscale: #7D7D7D. Windows color (decimal): -8220154 or 430722. OLE color: 430722.

HSL color Cylindrical-coordinate representation of color #829206: hue angle of 66.86º 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 #829206 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB1301466-
CMYK0.1100.960.43
HSL66.86º92.11%29.8%-
HSV(B)66.86º95.89%57.25%-
XYZ19.5225.324.03-
YUV125.2660.7131.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 146 (57.42% from 255) = 51.77%
BLUE value IS 6 (2.73% from 255) = 2.13%
R=46.10%
G=51.77%
B=2.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13014660.1100.960.4366.8692.1129.8
Hex82926B0602B435c1e
Octal20222261301405310313436
Binary10000010100100101101011011000001010111000011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829206; }

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

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

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

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

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

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

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

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