#788975

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

Shades of Spanish Green #788975

Tints of Spanish Green #788975

Color information

#788975 (or 0x788975) is unknown color: approx Spanish Green. HEX triplet: 78, 89 and 75. RGB value is (120,137,117). Sum of RGB (Red+Green+Blue) = 120+137+117=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #788975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788975 is #87768A. Grayscale: #818181. Windows color (decimal): -8877707 or 7702904. OLE color: 7702904.

HSL color Cylindrical-coordinate representation of color #788975: hue angle of 111º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788975 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB120137117-
CMYK0.1200.150.46
HSL111º7.87%49.8%-
HSV(B)111º14.6%53.73%-
XYZ19.923.1720.25-
YUV129.64120.87121.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=32.09%
G=36.63%
B=31.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201371170.1200.150.461117.8749.8
Hex788975C0F2E6f832
Octal17021116514017561571062
Binary111100010001001111010111000111110111011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788975; }

 p { color: rgb(120,137,117); }

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

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

 a { background-color: rgb(120,137,117); }

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

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

 span { border-color: rgb(120,137,117); }

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