#829106

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

Shades of Olive #829106

Tints of Olive #829106

Color information

#829106 (or 0x829106) is unknown color: approx Olive. HEX triplet: 82, 91 and 06. RGB value is (130,145,6). Sum of RGB (Red+Green+Blue) = 130+145+6=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 145 (57.03% from 255 or 51.60% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 145 - color contains mainly: green. Hex color #829106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829106 is #7D6EF9. Grayscale: #7D7D7D. Windows color (decimal): -8220410 or 430466. OLE color: 430466.

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

Color convert

RGB1301456-
CMYK0.1000.960.43
HSL66.47º92.05%29.61%-
HSV(B)66.47º95.86%56.86%-
XYZ19.3625.013.98-
YUV124.6761.03131.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 145 (57.03% from 255) = 51.60%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=46.26%
G=51.60%
B=2.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13014560.1000.960.4366.4792.0529.61
Hex82916A0602B425c1e
Octal20222161201405310213436
Binary10000010100100011101010011000001010111000010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829106; }

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

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

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

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

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

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

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

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