#788C73

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

Shades of Spanish Green #788C73

Tints of Spanish Green #788C73

Color information

#788C73 (or 0x788C73) is unknown color: approx Spanish Green. HEX triplet: 78, 8C and 73. RGB value is (120,140,115). Sum of RGB (Red+Green+Blue) = 120+140+115=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #788C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C73 is #87738C. Grayscale: #838383. Windows color (decimal): -8876941 or 7572600. OLE color: 7572600.

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

Color convert

RGB120140115-
CMYK0.1400.180.45
HSL108º9.8%50%-
HSV(B)108º17.86%54.9%-
XYZ20.2223.9919.78-
YUV131.17118.87120.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=32%
G=37.33%
B=30.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201401150.1400.180.451089.850
Hex788C73E0122D6ca32
Octal17021416316022551541262
Binary1111000100011001110011111001001010110111011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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