#788276

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

Shades of Spanish Green #788276

Tints of Spanish Green #788276

Color information

#788276 (or 0x788276) is unknown color: approx Spanish Green. HEX triplet: 78, 82 and 76. RGB value is (120,130,118). Sum of RGB (Red+Green+Blue) = 120+130+118=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #788276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788276 is #877D89. Grayscale: #7D7D7D. Windows color (decimal): -8879498 or 7766648. OLE color: 7766648.

HSL color Cylindrical-coordinate representation of color #788276: hue angle of 110º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788276 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB120130118-
CMYK0.0800.090.49
HSL110º4.84%48.63%-
HSV(B)110º9.23%50.98%-
XYZ1921.2720.24-
YUV125.64123.69123.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.61%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=32.61%
G=35.33%
B=32.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1201301180.0800.090.491104.8448.63
Hex788276809316e531
Octal1702021661001161156561
Binary11110001000001011101101000010011100011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788276; }

 p { color: rgb(120,130,118); }

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

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

 a { background-color: rgb(120,130,118); }

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

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

 span { border-color: rgb(120,130,118); }

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