#788573

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

Shades of Spanish Green #788573

Tints of Spanish Green #788573

Color information

#788573 (or 0x788573) is unknown color: approx Spanish Green. HEX triplet: 78, 85 and 73. RGB value is (120,133,115). Sum of RGB (Red+Green+Blue) = 120+133+115=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #788573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788573 is #877A8C. Grayscale: #7F7F7F. Windows color (decimal): -8878733 or 7570808. OLE color: 7570808.

HSL color Cylindrical-coordinate representation of color #788573: hue angle of 103.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788573 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB120133115-
CMYK0.1000.140.48
HSL103.33º7.26%48.63%-
HSV(B)103.33º13.53%52.16%-
XYZ19.2322.0119.45-
YUV127.06121.19122.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.61%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=32.61%
G=36.14%
B=31.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331150.1000.140.48103.337.2648.63
Hex788573A0E3067731
Octal1702051631201660147761
Binary11110001000010111100111010011101100001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788573; }

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

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

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

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

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

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

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

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