Html Css Color HEX #779A6F Amulet

📋 copy color: '#779A6F'

red 119 ◦ green 154 ◦ blue 111

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

Shades of Amulet #779A6F

Tints of Amulet #779A6F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.1%

 BLUE value IS 111 (43.75% from 255) = 28.91%

R = 30.99%
G = 40.1%
B = 28.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#779A6F (or 0x779A6F) is known color: Amulet. HEX triplet: 77, 9A and 6F. RGB value is (119,154,111). Sum of RGB (Red+Green+Blue) = 119+154+111=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 154 - color contains mainly: green. Hex color #779A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A6F is #886590. Grayscale: #8A8A8A. Windows color (decimal): -8938897 or 7314039. OLE color: 7314039.

HSL color Cylindrical-coordinate representation of color #779A6F: hue angle of 108.84º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #779A6F is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 111 -
CMYK 0.23 0 0.28 0.40
HSL 108.84º 0.18% 0.52% -
HSV(B) 108.84º 0.28% 0.6% -
XYZ 22.03 28.18 19.32 -
YUV 138.63 112.4 114 -
System Red Green Blue C M Y K H S L
Decimal 119 154 111 0.23 0 0.28 0.40 108.84 0.18 0.52
Hex 77 9A 6F 17 0 1C 28 6D 12 34
Octal 167 232 157 27 0 34 50 155 22 64
Binary 1110111 10011010 1101111 10111 0 11100 101000 1101101 10010 110100

Color Harmonies of #779A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A6F

Black with #779A6F

Text Example


Text Example

White with #779A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,111); }

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

background-color css

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

 a { background-color: rgb(119,154,111); }

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

border-color css

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

 span { border-color: rgb(119,154,111); }

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