#788D72

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

Shades of Spanish Green #788D72

Tints of Spanish Green #788D72

Color information

#788D72 (or 0x788D72) is unknown color: approx Spanish Green. HEX triplet: 78, 8D and 72. RGB value is (120,141,114). Sum of RGB (Red+Green+Blue) = 120+141+114=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 141 - color contains mainly: green. Hex color #788D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D72 is #87728D. Grayscale: #838383. Windows color (decimal): -8876686 or 7507320. OLE color: 7507320.

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

Color convert

RGB120141114-
CMYK0.1500.190.45
HSL106.67º10.59%50%-
HSV(B)106.67º19.15%55.29%-
XYZ20.3124.2619.53-
YUV131.64118.04119.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=32%
G=37.6%
B=30.4%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411140.1500.190.45106.6710.5950
Hex788D72F0132D6bb32
Octal17021516217023551531362
Binary1111000100011011110010111101001110110111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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