#788574

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

Shades of Spanish Green #788574

Tints of Spanish Green #788574

Color information

#788574 (or 0x788574) is unknown color: approx Spanish Green. HEX triplet: 78, 85 and 74. RGB value is (120,133,116). Sum of RGB (Red+Green+Blue) = 120+133+116=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 133 - color contains mainly: green. Hex color #788574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788574 is #877A8B. Grayscale: #7F7F7F. Windows color (decimal): -8878732 or 7636344. OLE color: 7636344.

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

Color convert

RGB120133116-
CMYK0.1000.130.48
HSL105.88º6.83%48.82%-
HSV(B)105.88º12.78%52.16%-
XYZ19.2922.0319.76-
YUV127.18121.69122.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 133 (52.34% from 255) = 36.04%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=32.52%
G=36.04%
B=31.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201331160.1000.130.48105.886.8348.82
Hex788574A0D306a731
Octal1702051641201560152761
Binary11110001000010111101001010011011100001101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788574; }

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

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

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

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

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

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

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

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