#788D61

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

Shades of Highland #788D61

Tints of Highland #788D61

Color information

#788D61 (or 0x788D61) is unknown color: approx Highland. HEX triplet: 78, 8D and 61. RGB value is (120,141,97). Sum of RGB (Red+Green+Blue) = 120+141+97=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #788D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D61 is #87729E. Grayscale: #818181. Windows color (decimal): -8876703 or 6393208. OLE color: 6393208.

HSL color Cylindrical-coordinate representation of color #788D61: hue angle of 88.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788D61 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB12014197-
CMYK0.1500.310.45
HSL88.64º18.49%46.67%-
HSV(B)88.64º31.21%55.29%-
XYZ19.4323.9114.9-
YUV129.7109.54121.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.52%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=33.52%
G=39.39%
B=27.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120141970.1500.310.4588.6418.4946.67
Hex788D61F01F2D59122f
Octal17021514117037551312257
Binary11110001000110111000011111011111101101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,141,97); }

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

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

 a { background-color: rgb(120,141,97); }

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

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

 span { border-color: rgb(120,141,97); }

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