#7D9079

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

Shades of Spanish Green #7D9079

Tints of Spanish Green #7D9079

Color information

#7D9079 (or 0x7D9079) is unknown color: approx Spanish Green. HEX triplet: 7D, 90 and 79. RGB value is (125,144,121). Sum of RGB (Red+Green+Blue) = 125+144+121=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9079 is #826F86. Grayscale: #878787. Windows color (decimal): -8548231 or 7966845. OLE color: 7966845.

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

Color convert

RGB125144121-
CMYK0.1300.160.44
HSL109.57º9.39%51.96%-
HSV(B)109.57º15.97%56.47%-
XYZ21.8825.6921.89-
YUV135.7119.71120.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 144 (56.64% from 255) = 36.92%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=32.05%
G=36.92%
B=31.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251441210.1300.160.44109.579.3951.96
Hex7D9079D0102C6e934
Octal17522017115020541561164
Binary1111101100100001111001110101000010110011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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