#788D71

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

Shades of Spanish Green #788D71

Tints of Spanish Green #788D71

Color information

#788D71 (or 0x788D71) is unknown color: approx Spanish Green. HEX triplet: 78, 8D and 71. RGB value is (120,141,113). Sum of RGB (Red+Green+Blue) = 120+141+113=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #788D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D71 is #87728E. Grayscale: #838383. Windows color (decimal): -8876687 or 7441784. OLE color: 7441784.

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

Color convert

RGB120141113-
CMYK0.1500.200.45
HSL105º11.02%49.8%-
HSV(B)105º19.86%55.29%-
XYZ20.2524.2419.23-
YUV131.53117.54119.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=32.09%
G=37.70%
B=30.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411130.1500.200.4510511.0249.8
Hex788D71F0142D69b32
Octal17021516117024551511362
Binary1111000100011011110001111101010010110111010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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