#7F8E79

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

Shades of Spanish Green #7F8E79

Tints of Spanish Green #7F8E79

Color information

#7F8E79 (or 0x7F8E79) is unknown color: approx Spanish Green. HEX triplet: 7F, 8E and 79. RGB value is (127,142,121). Sum of RGB (Red+Green+Blue) = 127+142+121=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8E79 is #807186. Grayscale: #878787. Windows color (decimal): -8417671 or 7966335. OLE color: 7966335.

HSL color Cylindrical-coordinate representation of color #7F8E79: hue angle of 102.86º 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 #7F8E79 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB127142121-
CMYK0.1100.150.44
HSL102.86º8.5%51.57%-
HSV(B)102.86º14.79%55.69%-
XYZ21.8825.2421.81-
YUV135.12120.03122.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.56%
GREEN value IS 142 (55.86% from 255) = 36.41%
BLUE value IS 121 (47.66% from 255) = 31.03%
R=32.56%
G=36.41%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271421210.1100.150.44102.868.551.57
Hex7F8E79B0F2C67934
Octal17721617113017541471164
Binary111111110001110111100110110111110110011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,121); }

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

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

 a { background-color: rgb(127,142,121); }

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

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

 span { border-color: rgb(127,142,121); }

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