Html Css Color HEX #779468 Highland

📋 copy color: '#779468'

red 119 ◦ green 148 ◦ blue 104

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

Shades of Highland #779468

Tints of Highland #779468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 32.08%
G = 39.89%
B = 28.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#779468 (or 0x779468) is known color: Highland. HEX triplet: 77, 94 and 68. RGB value is (119,148,104). Sum of RGB (Red+Green+Blue) = 119+148+104=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #779468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779468 is #886B97. Grayscale: #868686. Windows color (decimal): -8940440 or 6853751. OLE color: 6853751.

HSL color Cylindrical-coordinate representation of color #779468: hue angle of 99.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #779468 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 104 -
CMYK 0.20 0 0.30 0.42
HSL 99.55º 0.17% 0.49% -
HSV(B) 99.55º 0.3% 0.58% -
XYZ 20.7 26.1 17.04 -
YUV 134.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 119 148 104 0.20 0 0.30 0.42 99.55 0.17 0.49
Hex 77 94 68 14 0 1E 2A 64 11 31
Octal 167 224 150 24 0 36 52 144 21 61
Binary 1110111 10010100 1101000 10100 0 11110 101010 1100100 10001 110001

Color Harmonies of #779468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779468

Black with #779468

Text Example


Text Example

White with #779468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779468; }

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

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

background-color css

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

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

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

border-color css

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

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

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