#7D9071

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

Shades of Spanish Green #7D9071

Tints of Spanish Green #7D9071

Color information

#7D9071 (or 0x7D9071) is unknown color: approx Spanish Green. HEX triplet: 7D, 90 and 71. RGB value is (125,144,113). Sum of RGB (Red+Green+Blue) = 125+144+113=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9071 is #826F8E. Grayscale: #868686. Windows color (decimal): -8548239 or 7442557. OLE color: 7442557.

HSL color Cylindrical-coordinate representation of color #7D9071: hue angle of 96.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9071 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB125144113-
CMYK0.1300.220.44
HSL96.77º12.25%50.39%-
HSV(B)96.77º21.53%56.47%-
XYZ21.4125.519.42-
YUV134.78115.71121.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=32.72%
G=37.70%
B=29.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251441130.1300.220.4496.7712.2550.39
Hex7D9071D0162C61c32
Octal17522016115026541411462
Binary1111101100100001110001110101011010110011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,144,113); }

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

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

 a { background-color: rgb(125,144,113); }

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

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

 span { border-color: rgb(125,144,113); }

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