Html Css Color HEX #779F6E Amulet

📋 copy color: '#779F6E'

red 119 ◦ green 159 ◦ blue 110

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

Shades of Amulet #779F6E

Tints of Amulet #779F6E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 30.67%
G = 40.98%
B = 28.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#779F6E (or 0x779F6E) is known color: Amulet. HEX triplet: 77, 9F and 6E. RGB value is (119,159,110). Sum of RGB (Red+Green+Blue) = 119+159+110=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #779F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779F6E is #886091. Grayscale: #8D8D8D. Windows color (decimal): -8937618 or 7249783. OLE color: 7249783.

HSL color Cylindrical-coordinate representation of color #779F6E: hue angle of 108.98º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #779F6E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 159 110 -
CMYK 0.25 0 0.31 0.38
HSL 108.98º 0.2% 0.53% -
HSV(B) 108.98º 0.31% 0.62% -
XYZ 22.82 29.84 19.31 -
YUV 141.45 110.25 111.98 -
System Red Green Blue C M Y K H S L
Decimal 119 159 110 0.25 0 0.31 0.38 108.98 0.2 0.53
Hex 77 9F 6E 19 0 1F 26 6D 14 35
Octal 167 237 156 31 0 37 46 155 24 65
Binary 1110111 10011111 1101110 11001 0 11111 100110 1101101 10100 110101

Color Harmonies of #779F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779F6E

Black with #779F6E

Text Example


Text Example

White with #779F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779F6E; }

 p { color: rgb(119,159,110); }

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

background-color css

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

 a { background-color: rgb(119,159,110); }

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

border-color css

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

 span { border-color: rgb(119,159,110); }

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