Html Css Color HEX #779660 Highland

📋 copy color: '#779660'

red 119 ◦ green 150 ◦ blue 96

#779660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #779660

Tints of Highland #779660

RGB

 RED value IS 119 (46.88% from 255) = 32.6%

 GREEN value IS 150 (58.98% from 255) = 41.1%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 32.6%
G = 41.1%
B = 26.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#779660 (or 0x779660) is known color: Highland. HEX triplet: 77, 96 and 60. RGB value is (119,150,96). Sum of RGB (Red+Green+Blue) = 119+150+96=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #779660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779660 is #88699F. Grayscale: #868686. Windows color (decimal): -8939936 or 6329975. OLE color: 6329975.

HSL color Cylindrical-coordinate representation of color #779660: hue angle of 94.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779660 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 96 -
CMYK 0.21 0 0.36 0.41
HSL 94.44º 0.22% 0.48% -
HSV(B) 94.44º 0.36% 0.59% -
XYZ 20.63 26.58 15.11 -
YUV 134.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 119 150 96 0.21 0 0.36 0.41 94.44 0.22 0.48
Hex 77 96 60 15 0 24 29 5E 16 30
Octal 167 226 140 25 0 44 51 136 26 60
Binary 1110111 10010110 1100000 10101 0 100100 101001 1011110 10110 110000

Color Harmonies of #779660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779660

Black with #779660

Text Example


Text Example

White with #779660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779660; }

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

 H1.HeaderClassName
 {
   color: #779660;
 }
 .AnyTagClassName
 {
   color: #779660;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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