#82877F

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

Shades of Spanish Green #82877F

Tints of Spanish Green #82877F

Color information

#82877F (or 0x82877F) is unknown color: approx Spanish Green. HEX triplet: 82, 87 and 7F. RGB value is (130,135,127). Sum of RGB (Red+Green+Blue) = 130+135+127=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 135 - color contains mainly: green. Hex color #82877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82877F is #7D7880. Grayscale: #848484. Windows color (decimal): -8222849 or 8357762. OLE color: 8357762.

HSL color Cylindrical-coordinate representation of color #82877F: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #82877F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB130135127-
CMYK0.0400.060.47
HSL97.5º3.23%51.37%-
HSV(B)97.5º5.93%52.94%-
XYZ21.723.6123.49-
YUV132.59124.84126.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 127 (50% from 255) = 32.40%
R=33.16%
G=34.44%
B=32.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301351270.0400.060.4797.53.2351.37
Hex82877F4062F61333
Octal20220717740657141363
Binary100000101000011111111111000110101111110000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82877F; }

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

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

<style>
 a { background-color: #82877F; }

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

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

<style>
 span { border-color: #82877F; }

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

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