#788D62

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

Shades of Highland #788D62

Tints of Highland #788D62

Color information

#788D62 (or 0x788D62) is unknown color: approx Highland. HEX triplet: 78, 8D and 62. RGB value is (120,141,98). Sum of RGB (Red+Green+Blue) = 120+141+98=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #788D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D62 is #87729D. Grayscale: #818181. Windows color (decimal): -8876702 or 6458744. OLE color: 6458744.

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

Color convert

RGB12014198-
CMYK0.1500.300.45
HSL89.3º17.99%46.86%-
HSV(B)89.3º30.5%55.29%-
XYZ19.4823.9215.15-
YUV129.82110.04121-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=33.43%
G=39.28%
B=27.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal120141980.1500.300.4589.317.9946.86
Hex788D62F01E2D59122f
Octal17021514217036551312257
Binary11110001000110111000101111011110101101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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