#788F72

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

Shades of Spanish Green #788F72

Tints of Spanish Green #788F72

Color information

#788F72 (or 0x788F72) is unknown color: approx Spanish Green. HEX triplet: 78, 8F and 72. RGB value is (120,143,114). Sum of RGB (Red+Green+Blue) = 120+143+114=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #788F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F72 is #87708D. Grayscale: #848484. Windows color (decimal): -8876174 or 7507832. OLE color: 7507832.

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

Color convert

RGB120143114-
CMYK0.1600.200.44
HSL107.59º11.46%50.39%-
HSV(B)107.59º20.28%56.08%-
XYZ20.6124.8519.63-
YUV132.82117.38118.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=31.83%
G=37.93%
B=30.24%

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
Decimal1201431140.1600.200.44107.5911.4650.39
Hex788F72100142C6cb32
Octal17021716220024541541362
Binary11110001000111111100101000001010010110011011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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