Html Css Color HEX #779868 Amulet

📋 copy color: '#779868'

red 119 ◦ green 152 ◦ blue 104

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

Shades of Amulet #779868

Tints of Amulet #779868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 31.73%
G = 40.53%
B = 27.73%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#779868 (or 0x779868) is known color: Amulet. HEX triplet: 77, 98 and 68. RGB value is (119,152,104). Sum of RGB (Red+Green+Blue) = 119+152+104=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #779868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779868 is #886797. Grayscale: #888888. Windows color (decimal): -8939416 or 6854775. OLE color: 6854775.

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

Color convert

RGB 119 152 104 -
CMYK 0.22 0 0.32 0.40
HSL 101.25º 0.19% 0.5% -
HSV(B) 101.25º 0.32% 0.6% -
XYZ 21.33 27.38 17.26 -
YUV 136.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 119 152 104 0.22 0 0.32 0.40 101.25 0.19 0.5
Hex 77 98 68 16 0 20 28 65 13 32
Octal 167 230 150 26 0 40 50 145 23 62
Binary 1110111 10011000 1101000 10110 0 100000 101000 1100101 10011 110010

Color Harmonies of #779868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779868

Black with #779868

Text Example


Text Example

White with #779868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779868; }

 p { color: rgb(119,152,104); }

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

background-color css

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

 a { background-color: rgb(119,152,104); }

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

border-color css

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

 span { border-color: rgb(119,152,104); }

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