#829906

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

Shades of Olive #829906

Tints of Olive #829906

Color information

#829906 (or 0x829906) is unknown color: approx Olive. HEX triplet: 82, 99 and 06. RGB value is (130,153,6). Sum of RGB (Red+Green+Blue) = 130+153+6=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #829906 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829906 is #7D66F9. Grayscale: #818181. Windows color (decimal): -8218362 or 432514. OLE color: 432514.

HSL color Cylindrical-coordinate representation of color #829906: hue angle of 69.39º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #829906 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB1301536-
CMYK0.1500.960.4
HSL69.39º92.45%31.18%-
HSV(B)69.39º96.08%60%-
XYZ20.6327.544.4-
YUV129.3658.38128.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 153 (60.16% from 255) = 52.94%
BLUE value IS 6 (2.73% from 255) = 2.08%
R=44.98%
G=52.94%
B=2.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13015360.1500.960.469.3992.4531.18
Hex82996F06028455c1f
Octal20223161701405010513437
Binary10000010100110011101111011000001010001000101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829906; }

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

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

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

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

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

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

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

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