#829804

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

Shades of Olive #829804

Tints of Olive #829804

Color information

#829804 (or 0x829804) is unknown color: approx Olive. HEX triplet: 82, 98 and 04. RGB value is (130,152,4). Sum of RGB (Red+Green+Blue) = 130+152+4=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #829804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829804 is #7D67FB. Grayscale: #818181. Windows color (decimal): -8218620 or 301186. OLE color: 301186.

HSL color Cylindrical-coordinate representation of color #829804: hue angle of 68.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829804 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB1301524-
CMYK0.1400.970.40
HSL68.92º94.87%30.59%-
HSV(B)68.92º97.37%59.61%-
XYZ20.4627.214.29-
YUV128.5557.71129.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=45.45%
G=53.15%
B=1.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13015240.1400.970.4068.9294.8730.59
Hex82984E06128455f1f
Octal20223041601415010513737
Binary10000010100110001001110011000011010001000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829804; }

 p { color: rgb(130,152,4); }

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

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

 a { background-color: rgb(130,152,4); }

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

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

 span { border-color: rgb(130,152,4); }

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