#828E7F

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

Shades of Spanish Green #828E7F

Tints of Spanish Green #828E7F

Color information

#828E7F (or 0x828E7F) is unknown color: approx Spanish Green. HEX triplet: 82, 8E and 7F. RGB value is (130,142,127). Sum of RGB (Red+Green+Blue) = 130+142+127=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #828E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E7F is #7D7180. Grayscale: #888888. Windows color (decimal): -8221057 or 8359554. OLE color: 8359554.

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

Color convert

RGB130142127-
CMYK0.0800.110.44
HSL108º6.22%52.75%-
HSV(B)108º10.56%55.69%-
XYZ22.7125.6223.83-
YUV136.7122.52123.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 142 (55.86% from 255) = 35.59%
BLUE value IS 127 (50% from 255) = 31.83%
R=32.58%
G=35.59%
B=31.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301421270.0800.110.441086.2252.75
Hex828E7F80B2C6c635
Octal2022161771001354154665
Binary100000101000111011111111000010111011001101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,127); }

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

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

 a { background-color: rgb(130,142,127); }

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

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

 span { border-color: rgb(130,142,127); }

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