#7D9270

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

Shades of Spanish Green #7D9270

Tints of Spanish Green #7D9270

Color information

#7D9270 (or 0x7D9270) is unknown color: approx Spanish Green. HEX triplet: 7D, 92 and 70. RGB value is (125,146,112). Sum of RGB (Red+Green+Blue) = 125+146+112=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9270 is #826D8F. Grayscale: #878787. Windows color (decimal): -8547728 or 7377533. OLE color: 7377533.

HSL color Cylindrical-coordinate representation of color #7D9270: hue angle of 97.06º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7D9270 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB125146112-
CMYK0.1400.230.43
HSL97.06º13.49%50.59%-
HSV(B)97.06º23.29%57.25%-
XYZ21.6626.0919.22-
YUV135.84114.54120.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.64%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=32.64%
G=38.12%
B=29.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1251461120.1400.230.4397.0613.4950.59
Hex7D9270E0172B61d33
Octal17522216016027531411563
Binary1111101100100101110000111001011110101111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,112); }

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

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

 a { background-color: rgb(125,146,112); }

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

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

 span { border-color: rgb(125,146,112); }

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