#788B73

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

Shades of Spanish Green #788B73

Tints of Spanish Green #788B73

Color information

#788B73 (or 0x788B73) is unknown color: approx Spanish Green. HEX triplet: 78, 8B and 73. RGB value is (120,139,115). Sum of RGB (Red+Green+Blue) = 120+139+115=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #788B73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B73 is #87748C. Grayscale: #828282. Windows color (decimal): -8877197 or 7572344. OLE color: 7572344.

HSL color Cylindrical-coordinate representation of color #788B73: hue angle of 107.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788B73 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB120139115-
CMYK0.1400.170.45
HSL107.5º9.45%49.8%-
HSV(B)107.5º17.27%54.51%-
XYZ20.0723.719.74-
YUV130.58119.21120.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 139 (54.69% from 255) = 37.17%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=32.09%
G=37.17%
B=30.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391150.1400.170.45107.59.4549.8
Hex788B73E0112D6c932
Octal17021316316021551541162
Binary1111000100010111110011111001000110110111011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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