Html Css Color HEX #779964 Highland

📋 copy color: '#779964'

red 119 ◦ green 153 ◦ blue 100

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

Shades of Highland #779964

Tints of Highland #779964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 100 (39.45% from 255) = 26.88%

R = 31.99%
G = 41.13%
B = 26.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#779964 (or 0x779964) is known color: Highland. HEX triplet: 77, 99 and 64. RGB value is (119,153,100). Sum of RGB (Red+Green+Blue) = 119+153+100=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #779964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779964 is #88669B. Grayscale: #888888. Windows color (decimal): -8939164 or 6592887. OLE color: 6592887.

HSL color Cylindrical-coordinate representation of color #779964: hue angle of 98.49º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779964 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 119 153 100 -
CMYK 0.22 0 0.35 0.4
HSL 98.49º 0.21% 0.5% -
HSV(B) 98.49º 0.35% 0.6% -
XYZ 21.3 27.62 16.27 -
YUV 136.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 119 153 100 0.22 0 0.35 0.4 98.49 0.21 0.5
Hex 77 99 64 16 0 23 28 62 15 32
Octal 167 231 144 26 0 43 50 142 25 62
Binary 1110111 10011001 1100100 10110 0 100011 101000 1100010 10101 110010

Color Harmonies of #779964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779964

Black with #779964

Text Example


Text Example

White with #779964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779964; }

 p { color: rgb(119,153,100); }

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

background-color css

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

 a { background-color: rgb(119,153,100); }

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

border-color css

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

 span { border-color: rgb(119,153,100); }

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