#828C7F

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

Shades of Spanish Green #828C7F

Tints of Spanish Green #828C7F

Color information

#828C7F (or 0x828C7F) is unknown color: approx Spanish Green. HEX triplet: 82, 8C and 7F. RGB value is (130,140,127). Sum of RGB (Red+Green+Blue) = 130+140+127=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 140 - color contains mainly: green. Hex color #828C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C7F is #7D7380. Grayscale: #878787. Windows color (decimal): -8221569 or 8359042. OLE color: 8359042.

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

Color convert

RGB130140127-
CMYK0.0700.090.45
HSL106.15º5.35%52.35%-
HSV(B)106.15º9.29%54.9%-
XYZ22.4125.0323.73-
YUV135.53123.19124.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.75%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 127 (50% from 255) = 31.99%
R=32.75%
G=35.26%
B=31.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401270.0700.090.45106.155.3552.35
Hex828C7F7092D6a534
Octal202214177701155152564
Binary10000010100011001111111111010011011011101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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