Html Css Color HEX #779467 Highland

📋 copy color: '#779467'

red 119 ◦ green 148 ◦ blue 103

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

Shades of Highland #779467

Tints of Highland #779467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.84%

R = 32.16%
G = 40%
B = 27.84%

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

#779467 (or 0x779467) is known color: Highland. HEX triplet: 77, 94 and 67. RGB value is (119,148,103). Sum of RGB (Red+Green+Blue) = 119+148+103=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #779467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779467 is #886B98. Grayscale: #868686. Windows color (decimal): -8940441 or 6788215. OLE color: 6788215.

HSL color Cylindrical-coordinate representation of color #779467: hue angle of 98.67º degrees, saturation: 0.18, 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 #779467 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 148 103 -
CMYK 0.20 0 0.30 0.42
HSL 98.67º 0.18% 0.49% -
HSV(B) 98.67º 0.3% 0.58% -
XYZ 20.65 26.08 16.78 -
YUV 134.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 119 148 103 0.20 0 0.30 0.42 98.67 0.18 0.49
Hex 77 94 67 14 0 1E 2A 63 12 31
Octal 167 224 147 24 0 36 52 143 22 61
Binary 1110111 10010100 1100111 10100 0 11110 101010 1100011 10010 110001

Color Harmonies of #779467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779467

Black with #779467

Text Example


Text Example

White with #779467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779467; }

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

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

background-color css

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

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

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

border-color css

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

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

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