#788D73

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

Shades of Spanish Green #788D73

Tints of Spanish Green #788D73

Color information

#788D73 (or 0x788D73) is unknown color: approx Spanish Green. HEX triplet: 78, 8D and 73. RGB value is (120,141,115). Sum of RGB (Red+Green+Blue) = 120+141+115=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #788D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D73 is #87728C. Grayscale: #838383. Windows color (decimal): -8876685 or 7572856. OLE color: 7572856.

HSL color Cylindrical-coordinate representation of color #788D73: hue angle of 108.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #788D73 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB120141115-
CMYK0.1500.180.45
HSL108.46º10.24%50.2%-
HSV(B)108.46º18.44%55.29%-
XYZ20.3724.2819.83-
YUV131.76118.54119.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=31.91%
G=37.5%
B=30.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411150.1500.180.45108.4610.2450.2
Hex788D73F0122D6ca32
Octal17021516317022551541262
Binary1111000100011011110011111101001010110111011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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