#828F7C

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

Shades of Spanish Green #828F7C

Tints of Spanish Green #828F7C

Color information

#828F7C (or 0x828F7C) is unknown color: approx Spanish Green. HEX triplet: 82, 8F and 7C. RGB value is (130,143,124). Sum of RGB (Red+Green+Blue) = 130+143+124=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #828F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F7C is #7D7083. Grayscale: #898989. Windows color (decimal): -8220804 or 8163202. OLE color: 8163202.

HSL color Cylindrical-coordinate representation of color #828F7C: hue angle of 101.05º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828F7C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB130143124-
CMYK0.0900.130.44
HSL101.05º7.82%52.35%-
HSV(B)101.05º13.29%56.08%-
XYZ22.6725.8522.86-
YUV136.95120.69123.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=32.75%
G=36.02%
B=31.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431240.0900.130.44101.057.8252.35
Hex828F7C90D2C65834
Octal20221717411015541451064
Binary1000001010001111111110010010110110110011001011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,143,124); }

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

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

 a { background-color: rgb(130,143,124); }

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

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

 span { border-color: rgb(130,143,124); }

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