#788F73

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

Shades of Spanish Green #788F73

Tints of Spanish Green #788F73

Color information

#788F73 (or 0x788F73) is unknown color: approx Spanish Green. HEX triplet: 78, 8F and 73. RGB value is (120,143,115). Sum of RGB (Red+Green+Blue) = 120+143+115=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 143 - color contains mainly: green. Hex color #788F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F73 is #87708C. Grayscale: #858585. Windows color (decimal): -8876173 or 7573368. OLE color: 7573368.

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

Color convert

RGB120143115-
CMYK0.1600.200.44
HSL109.29º11.11%50.59%-
HSV(B)109.29º19.58%56.08%-
XYZ20.6624.8819.93-
YUV132.93117.88118.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=31.75%
G=37.83%
B=30.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201431150.1600.200.44109.2911.1150.59
Hex788F73100142C6db33
Octal17021716320024541551363
Binary11110001000111111100111000001010010110011011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788F73; }

 p { color: rgb(120,143,115); }

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

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

 a { background-color: rgb(120,143,115); }

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

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

 span { border-color: rgb(120,143,115); }

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