#828D7C

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

Shades of Spanish Green #828D7C

Tints of Spanish Green #828D7C

Color information

#828D7C (or 0x828D7C) is unknown color: approx Spanish Green. HEX triplet: 82, 8D and 7C. RGB value is (130,141,124). Sum of RGB (Red+Green+Blue) = 130+141+124=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #828D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D7C is #7D7283. Grayscale: #878787. Windows color (decimal): -8221316 or 8162690. OLE color: 8162690.

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

Color convert

RGB130141124-
CMYK0.0800.120.45
HSL98.82º6.94%51.96%-
HSV(B)98.82º12.06%55.29%-
XYZ22.3725.2522.76-
YUV135.77121.36123.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=32.91%
G=35.70%
B=31.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301411240.0800.120.4598.826.9451.96
Hex828D7C80C2D63734
Octal2022151741001455143764
Binary100000101000110111111001000011001011011100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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