#768673

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

Shades of Spanish Green #768673

Tints of Spanish Green #768673

Color information

#768673 (or 0x768673) is unknown color: approx Spanish Green. HEX triplet: 76, 86 and 73. RGB value is (118,134,115). Sum of RGB (Red+Green+Blue) = 118+134+115=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #768673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768673 is #89798C. Grayscale: #7F7F7F. Windows color (decimal): -9009549 or 7571062. OLE color: 7571062.

HSL color Cylindrical-coordinate representation of color #768673: hue angle of 110.53º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768673 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB118134115-
CMYK0.1200.140.47
HSL110.53º7.63%48.82%-
HSV(B)110.53º14.18%52.55%-
XYZ19.0922.1419.49-
YUV127.05121.2121.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=32.15%
G=36.51%
B=31.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341150.1200.140.47110.537.6348.82
Hex768673C0E2F6f831
Octal16620616314016571571061
Binary111011010000110111001111000111010111111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768673; }

 p { color: rgb(118,134,115); }

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

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

 a { background-color: rgb(118,134,115); }

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

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

 span { border-color: rgb(118,134,115); }

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