#7D8A76

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

Shades of Spanish Green #7D8A76

Tints of Spanish Green #7D8A76

Color information

#7D8A76 (or 0x7D8A76) is unknown color: approx Spanish Green. HEX triplet: 7D, 8A and 76. RGB value is (125,138,118). Sum of RGB (Red+Green+Blue) = 125+138+118=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A76 is #827589. Grayscale: #838383. Windows color (decimal): -8549770 or 7768701. OLE color: 7768701.

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

Color convert

RGB125138118-
CMYK0.0900.140.46
HSL99º7.87%50.2%-
HSV(B)99º14.49%54.12%-
XYZ20.8223.8420.64-
YUV131.83120.19123.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 138 (54.30% from 255) = 36.22%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=32.81%
G=36.22%
B=30.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251381180.0900.140.46997.8750.2
Hex7D8A7690E2E63832
Octal17521216611016561431062
Binary111110110001010111011010010111010111011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,138,118); }

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

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

 a { background-color: rgb(125,138,118); }

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

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

 span { border-color: rgb(125,138,118); }

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