Html Css Color HEX #779450 Highland

📋 copy color: '#779450'

red 119 ◦ green 148 ◦ blue 80

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

Shades of Highland #779450

Tints of Highland #779450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.05%

R = 34.29%
G = 42.65%
B = 23.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#779450 (or 0x779450) is known color: Highland. HEX triplet: 77, 94 and 50. RGB value is (119,148,80). Sum of RGB (Red+Green+Blue) = 119+148+80=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #779450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779450 is #886BAF. Grayscale: #838383. Windows color (decimal): -8940464 or 5280887. OLE color: 5280887.

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

Color convert

RGB 119 148 80 -
CMYK 0.20 0 0.46 0.42
HSL 85.59º 0.3% 0.45% -
HSV(B) 85.59º 0.46% 0.58% -
XYZ 19.65 25.68 11.51 -
YUV 131.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 119 148 80 0.20 0 0.46 0.42 85.59 0.3 0.45
Hex 77 94 50 14 0 2E 2A 56 1E 2D
Octal 167 224 120 24 0 56 52 126 36 55
Binary 1110111 10010100 1010000 10100 0 101110 101010 1010110 11110 101101

Color Harmonies of #779450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779450

Black with #779450

Text Example


Text Example

White with #779450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779450; }

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

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

background-color css

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

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

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

border-color css

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

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

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