#768E72

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

Shades of Spanish Green #768E72

Tints of Spanish Green #768E72

Color information

#768E72 (or 0x768E72) is unknown color: approx Spanish Green. HEX triplet: 76, 8E and 72. RGB value is (118,142,114). Sum of RGB (Red+Green+Blue) = 118+142+114=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #768E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E72 is #89718D. Grayscale: #838383. Windows color (decimal): -9007502 or 7507574. OLE color: 7507574.

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

Color convert

RGB118142114-
CMYK0.1700.200.44
HSL111.43º11.02%50.2%-
HSV(B)111.43º19.72%55.69%-
XYZ20.1824.4119.57-
YUV131.63118.05118.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=31.55%
G=37.97%
B=30.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181421140.1700.200.44111.4311.0250.2
Hex768E72110142C6fb32
Octal16621616221024541571362
Binary11101101000111011100101000101010010110011011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,142,114); }

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

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

 a { background-color: rgb(118,142,114); }

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

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

 span { border-color: rgb(118,142,114); }

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