Html Css Color HEX #779460 Highland

📋 copy color: '#779460'

red 119 ◦ green 148 ◦ blue 96

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

Shades of Highland #779460

Tints of Highland #779460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

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

R = 32.78%
G = 40.77%
B = 26.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#779460 (or 0x779460) is known color: Highland. HEX triplet: 77, 94 and 60. RGB value is (119,148,96). Sum of RGB (Red+Green+Blue) = 119+148+96=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #779460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779460 is #886B9F. Grayscale: #858585. Windows color (decimal): -8940448 or 6329463. OLE color: 6329463.

HSL color Cylindrical-coordinate representation of color #779460: hue angle of 93.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779460 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 96 -
CMYK 0.20 0 0.35 0.42
HSL 93.46º 0.21% 0.48% -
HSV(B) 93.46º 0.35% 0.58% -
XYZ 20.31 25.95 15 -
YUV 133.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 119 148 96 0.20 0 0.35 0.42 93.46 0.21 0.48
Hex 77 94 60 14 0 23 2A 5D 15 30
Octal 167 224 140 24 0 43 52 135 25 60
Binary 1110111 10010100 1100000 10100 0 100011 101010 1011101 10101 110000

Color Harmonies of #779460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779460

Black with #779460

Text Example


Text Example

White with #779460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779460; }

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

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

background-color css

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

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

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

border-color css

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

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

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