#7D907A

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

Shades of Spanish Green #7D907A

Tints of Spanish Green #7D907A

Color information

#7D907A (or 0x7D907A) is unknown color: approx Spanish Green. HEX triplet: 7D, 90 and 7A. RGB value is (125,144,122). Sum of RGB (Red+Green+Blue) = 125+144+122=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #7D907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D907A is #826F85. Grayscale: #878787. Windows color (decimal): -8548230 or 8032381. OLE color: 8032381.

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

Color convert

RGB125144122-
CMYK0.1300.150.44
HSL111.82º9.02%52.16%-
HSV(B)111.82º15.28%56.47%-
XYZ21.9425.7122.22-
YUV135.81120.21120.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=31.97%
G=36.83%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1251441220.1300.150.44111.829.0252.16
Hex7D907AD0F2C70934
Octal17522017215017541601164
Binary111110110010000111101011010111110110011100001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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