#788675

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

Shades of Spanish Green #788675

Tints of Spanish Green #788675

Color information

#788675 (or 0x788675) is unknown color: approx Spanish Green. HEX triplet: 78, 86 and 75. RGB value is (120,134,117). Sum of RGB (Red+Green+Blue) = 120+134+117=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #788675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788675 is #87798A. Grayscale: #7F7F7F. Windows color (decimal): -8878475 or 7702136. OLE color: 7702136.

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

Color convert

RGB120134117-
CMYK0.1000.130.47
HSL109.41º6.77%49.22%-
HSV(B)109.41º12.69%52.55%-
XYZ19.4822.3320.11-
YUV127.88121.86122.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.35%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=32.35%
G=36.12%
B=31.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341170.1000.130.47109.416.7749.22
Hex788675A0D2F6d731
Octal1702061651201557155761
Binary11110001000011011101011010011011011111101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788675; }

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

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

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

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

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

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

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

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