#829078

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

Shades of Spanish Green #829078

Tints of Spanish Green #829078

Color information

#829078 (or 0x829078) is unknown color: approx Spanish Green. HEX triplet: 82, 90 and 78. RGB value is (130,144,120). Sum of RGB (Red+Green+Blue) = 130+144+120=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 144 - color contains mainly: green. Hex color #829078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829078 is #7D6F87. Grayscale: #898989. Windows color (decimal): -8220552 or 7901314. OLE color: 7901314.

HSL color Cylindrical-coordinate representation of color #829078: hue angle of 95º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829078 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB130144120-
CMYK0.1000.170.44
HSL95º9.76%51.76%-
HSV(B)95º16.67%56.47%-
XYZ22.5726.0521.61-
YUV137.08118.36122.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 144 (56.64% from 255) = 36.55%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=32.99%
G=36.55%
B=30.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441200.1000.170.44959.7651.76
Hex829078A0112C5fa34
Octal20222017012021541371264
Binary10000010100100001111000101001000110110010111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829078; }

 p { color: rgb(130,144,120); }

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

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

 a { background-color: rgb(130,144,120); }

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

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

 span { border-color: rgb(130,144,120); }

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