#7A8875

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

Shades of Spanish Green #7A8875

Tints of Spanish Green #7A8875

Color information

#7A8875 (or 0x7A8875) is unknown color: approx Spanish Green. HEX triplet: 7A, 88 and 75. RGB value is (122,136,117). Sum of RGB (Red+Green+Blue) = 122+136+117=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8875 is #85778A. Grayscale: #818181. Windows color (decimal): -8746891 or 7702650. OLE color: 7702650.

HSL color Cylindrical-coordinate representation of color #7A8875: hue angle of 104.21º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A8875 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB122136117-
CMYK0.1000.140.47
HSL104.21º7.51%49.61%-
HSV(B)104.21º13.97%53.33%-
XYZ20.0423.0320.22-
YUV129.65120.86122.54-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=32.53%
G=36.27%
B=31.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1221361170.1000.140.47104.217.5149.61
Hex7A8875A0E2F68832
Octal17221016512016571501062
Binary111101010001000111010110100111010111111010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A8875; }

 p { color: rgb(122,136,117); }

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

<style>
 a { background-color: #7A8875; }

 a { background-color: rgb(122,136,117); }

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

<style>
 span { border-color: #7A8875; }

 span { border-color: rgb(122,136,117); }

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