#768F71

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

Shades of Spanish Green #768F71

Tints of Spanish Green #768F71

Color information

#768F71 (or 0x768F71) is unknown color: approx Spanish Green. HEX triplet: 76, 8F and 71. RGB value is (118,143,113). Sum of RGB (Red+Green+Blue) = 118+143+113=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 143 - color contains mainly: green. Hex color #768F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F71 is #89708E. Grayscale: #848484. Windows color (decimal): -9007247 or 7442294. OLE color: 7442294.

HSL color Cylindrical-coordinate representation of color #768F71: hue angle of 110º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #768F71 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB118143113-
CMYK0.1700.210.44
HSL110º11.81%50.2%-
HSV(B)110º20.98%56.08%-
XYZ20.2724.6919.32-
YUV132.1117.22117.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=31.55%
G=38.24%
B=30.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181431130.1700.210.4411011.8150.2
Hex768F71110152C6ec32
Octal16621716121025541561462
Binary11101101000111111100011000101010110110011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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