Html Css Color HEX #779655 Highland

📋 copy color: '#779655'

red 119 ◦ green 150 ◦ blue 85

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

Shades of Highland #779655

Tints of Highland #779655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 33.62%
G = 42.37%
B = 24.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#779655 (or 0x779655) is known color: Highland. HEX triplet: 77, 96 and 55. RGB value is (119,150,85). Sum of RGB (Red+Green+Blue) = 119+150+85=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #779655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779655 is #8869AA. Grayscale: #858585. Windows color (decimal): -8939947 or 5609079. OLE color: 5609079.

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

Color convert

RGB 119 150 85 -
CMYK 0.21 0 0.43 0.41
HSL 88.62º 0.28% 0.46% -
HSV(B) 88.62º 0.43% 0.59% -
XYZ 20.15 26.39 12.63 -
YUV 133.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 119 150 85 0.21 0 0.43 0.41 88.62 0.28 0.46
Hex 77 96 55 15 0 2B 29 59 1C 2E
Octal 167 226 125 25 0 53 51 131 34 56
Binary 1110111 10010110 1010101 10101 0 101011 101001 1011001 11100 101110

Color Harmonies of #779655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779655

Black with #779655

Text Example


Text Example

White with #779655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779655; }

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

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

background-color css

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

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

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

border-color css

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

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

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