#778B60

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

Shades of Highland #778B60

Tints of Highland #778B60

Color information

#778B60 (or 0x778B60) is unknown color: approx Highland. HEX triplet: 77, 8B and 60. RGB value is (119,139,96). Sum of RGB (Red+Green+Blue) = 119+139+96=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #778B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B60 is #88749F. Grayscale: #808080. Windows color (decimal): -8942752 or 6327159. OLE color: 6327159.

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

Color convert

RGB11913996-
CMYK0.1400.310.45
HSL87.91º18.3%46.08%-
HSV(B)87.91º30.94%54.51%-
XYZ18.9523.2314.55-
YUV128.12109.87121.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=33.62%
G=39.27%
B=27.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119139960.1400.310.4587.9118.346.08
Hex778B60E01F2D58122e
Octal16721314016037551302256
Binary11101111000101111000001110011111101101101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778B60; }

 p { color: rgb(119,139,96); }

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

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

 a { background-color: rgb(119,139,96); }

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

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

 span { border-color: rgb(119,139,96); }

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