#788D74

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

Shades of Spanish Green #788D74

Tints of Spanish Green #788D74

Color information

#788D74 (or 0x788D74) is unknown color: approx Spanish Green. HEX triplet: 78, 8D and 74. RGB value is (120,141,116). Sum of RGB (Red+Green+Blue) = 120+141+116=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #788D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D74 is #87728B. Grayscale: #838383. Windows color (decimal): -8876684 or 7638392. OLE color: 7638392.

HSL color Cylindrical-coordinate representation of color #788D74: hue angle of 110.4º 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 #788D74 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB120141116-
CMYK0.1500.180.45
HSL110.4º9.88%50.39%-
HSV(B)110.4º17.73%55.29%-
XYZ20.4224.320.14-
YUV131.87119.04119.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=31.83%
G=37.40%
B=30.77%

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
Decimal1201411160.1500.180.45110.49.8850.39
Hex788D74F0122D6ea32
Octal17021516417022551561262
Binary1111000100011011110100111101001010110111011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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