#828D79

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

Shades of Spanish Green #828D79

Tints of Spanish Green #828D79

Color information

#828D79 (or 0x828D79) is unknown color: approx Spanish Green. HEX triplet: 82, 8D and 79. RGB value is (130,141,121). Sum of RGB (Red+Green+Blue) = 130+141+121=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #828D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D79 is #7D7286. Grayscale: #878787. Windows color (decimal): -8221319 or 7966082. OLE color: 7966082.

HSL color Cylindrical-coordinate representation of color #828D79: hue angle of 93º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828D79 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB130141121-
CMYK0.0800.140.45
HSL93º8.06%51.37%-
HSV(B)93º14.18%55.29%-
XYZ22.1825.1821.78-
YUV135.43119.86124.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 141 (55.47% from 255) = 35.97%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=33.16%
G=35.97%
B=30.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301411210.0800.140.45938.0651.37
Hex828D7980E2D5d833
Octal20221517110016551351063
Binary1000001010001101111100110000111010110110111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828D79; }

 p { color: rgb(130,141,121); }

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

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

 a { background-color: rgb(130,141,121); }

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

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

 span { border-color: rgb(130,141,121); }

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