#828F7A

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

Shades of Spanish Green #828F7A

Tints of Spanish Green #828F7A

Color information

#828F7A (or 0x828F7A) is unknown color: approx Spanish Green. HEX triplet: 82, 8F and 7A. RGB value is (130,143,122). Sum of RGB (Red+Green+Blue) = 130+143+122=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #828F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F7A is #7D7085. Grayscale: #888888. Windows color (decimal): -8220806 or 8032130. OLE color: 8032130.

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

Color convert

RGB130143122-
CMYK0.0900.150.44
HSL97.14º8.57%51.96%-
HSV(B)97.14º14.69%56.08%-
XYZ22.5425.822.2-
YUV136.72119.69123.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 143 (56.25% from 255) = 36.20%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=32.91%
G=36.20%
B=30.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301431220.0900.150.4497.148.5751.96
Hex828F7A90F2C61934
Octal20221717211017541411164
Binary1000001010001111111101010010111110110011000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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