#7D817A

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

Shades of Spanish Green #7D817A

Tints of Spanish Green #7D817A

Color information

#7D817A (or 0x7D817A) is unknown color: approx Spanish Green. HEX triplet: 7D, 81 and 7A. RGB value is (125,129,122). Sum of RGB (Red+Green+Blue) = 125+129+122=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 129 - color contains mainly: green. Hex color #7D817A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D817A is #827E85. Grayscale: #7F7F7F. Windows color (decimal): -8552070 or 8028541. OLE color: 8028541.

HSL color Cylindrical-coordinate representation of color #7D817A: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7D817A is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB125129122-
CMYK0.0300.050.49
HSL94.29º2.79%49.22%-
HSV(B)94.29º5.43%50.59%-
XYZ19.8221.4721.51-
YUV127.01125.17126.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.24%
GREEN value IS 129 (50.78% from 255) = 34.31%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=33.24%
G=34.31%
B=32.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251291220.0300.050.4994.292.7949.22
Hex7D817A305315e331
Octal17520117230561136361
Binary1111101100000011111010110101110001101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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