#829405

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

Shades of Olive #829405

Tints of Olive #829405

Color information

#829405 (or 0x829405) is unknown color: approx Olive. HEX triplet: 82, 94 and 05. RGB value is (130,148,5). Sum of RGB (Red+Green+Blue) = 130+148+5=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #829405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829405 is #7D6BFA. Grayscale: #7E7E7E. Windows color (decimal): -8219643 or 365698. OLE color: 365698.

HSL color Cylindrical-coordinate representation of color #829405: hue angle of 67.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829405 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1301485-
CMYK0.1200.970.42
HSL67.55º93.46%30%-
HSV(B)67.55º96.62%58.04%-
XYZ19.8225.944.11-
YUV126.3259.54130.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=45.94%
G=52.30%
B=1.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13014850.1200.970.4267.5593.4630
Hex82945C0612A445d1e
Octal20222451401415210413536
Binary10000010100101001011100011000011010101000100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829405; }

 p { color: rgb(130,148,5); }

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

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

 a { background-color: rgb(130,148,5); }

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

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

 span { border-color: rgb(130,148,5); }

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