Html Css Color HEX #77986F Amulet

📋 copy color: '#77986F'

red 119 ◦ green 152 ◦ blue 111

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

Shades of Amulet #77986F

Tints of Amulet #77986F

RGB

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

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

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

R = 31.15%
G = 39.79%
B = 29.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#77986F (or 0x77986F) is known color: Amulet. HEX triplet: 77, 98 and 6F. RGB value is (119,152,111). Sum of RGB (Red+Green+Blue) = 119+152+111=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #77986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77986F is #886790. Grayscale: #898989. Windows color (decimal): -8939409 or 7313527. OLE color: 7313527.

HSL color Cylindrical-coordinate representation of color #77986F: hue angle of 108.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77986F is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 111 -
CMYK 0.22 0 0.27 0.40
HSL 108.29º 0.17% 0.52% -
HSV(B) 108.29º 0.27% 0.6% -
XYZ 21.71 27.53 19.21 -
YUV 137.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 119 152 111 0.22 0 0.27 0.40 108.29 0.17 0.52
Hex 77 98 6F 16 0 1B 28 6C 11 34
Octal 167 230 157 26 0 33 50 154 21 64
Binary 1110111 10011000 1101111 10110 0 11011 101000 1101100 10001 110100

Color Harmonies of #77986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77986F

Black with #77986F

Text Example


Text Example

White with #77986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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