#768D71

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

Shades of Spanish Green #768D71

Tints of Spanish Green #768D71

Color information

#768D71 (or 0x768D71) is unknown color: approx Spanish Green. HEX triplet: 76, 8D and 71. RGB value is (118,141,113). Sum of RGB (Red+Green+Blue) = 118+141+113=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #768D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D71 is #89728E. Grayscale: #838383. Windows color (decimal): -9007759 or 7441782. OLE color: 7441782.

HSL color Cylindrical-coordinate representation of color #768D71: hue angle of 109.29º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #768D71 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB118141113-
CMYK0.1600.200.45
HSL109.29º11.02%49.8%-
HSV(B)109.29º19.86%55.29%-
XYZ19.9824.0919.22-
YUV130.93117.88118.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=31.72%
G=37.90%
B=30.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181411130.1600.200.45109.2911.0249.8
Hex768D71100142D6db32
Octal16621516120024551551362
Binary11101101000110111100011000001010010110111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768D71; }

 p { color: rgb(118,141,113); }

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

<style>
 a { background-color: #768D71; }

 a { background-color: rgb(118,141,113); }

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

<style>
 span { border-color: #768D71; }

 span { border-color: rgb(118,141,113); }

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