#788A60

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

Shades of Highland #788A60

Tints of Highland #788A60

Color information

#788A60 (or 0x788A60) is unknown color: approx Highland. HEX triplet: 78, 8A and 60. RGB value is (120,138,96). Sum of RGB (Red+Green+Blue) = 120+138+96=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 138 (54.30% from 255 or 38.98% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 138 - color contains mainly: green. Hex color #788A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A60 is #87759F. Grayscale: #7F7F7F. Windows color (decimal): -8877472 or 6326904. OLE color: 6326904.

HSL color Cylindrical-coordinate representation of color #788A60: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788A60 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB12013896-
CMYK0.1300.300.46
HSL85.71º17.95%45.88%-
HSV(B)85.71º30.43%54.12%-
XYZ18.9523.0114.51-
YUV127.83110.04122.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 138 (54.30% from 255) = 38.98%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=33.90%
G=38.98%
B=27.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120138960.1300.300.4685.7117.9545.88
Hex788A60D01E2E56122e
Octal17021214015036561262256
Binary11110001000101011000001101011110101110101011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,138,96); }

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

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

 a { background-color: rgb(120,138,96); }

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

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

 span { border-color: rgb(120,138,96); }

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