#828A7F

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

Shades of Spanish Green #828A7F

Tints of Spanish Green #828A7F

Color information

#828A7F (or 0x828A7F) is unknown color: approx Spanish Green. HEX triplet: 82, 8A and 7F. RGB value is (130,138,127). Sum of RGB (Red+Green+Blue) = 130+138+127=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #828A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A7F is #7D7580. Grayscale: #868686. Windows color (decimal): -8222081 or 8358530. OLE color: 8358530.

HSL color Cylindrical-coordinate representation of color #828A7F: hue angle of 103.64º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828A7F is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB130138127-
CMYK0.0600.080.46
HSL103.64º4.49%51.96%-
HSV(B)103.64º7.97%54.12%-
XYZ22.1324.4623.63-
YUV134.35123.85124.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 127 (50% from 255) = 32.15%
R=32.91%
G=34.94%
B=32.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301381270.0600.080.46103.644.4951.96
Hex828A7F6082E68434
Octal202212177601056150464
Binary10000010100010101111111110010001011101101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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