Html Css Color HEX #77986A Amulet

📋 copy color: '#77986A'

red 119 ◦ green 152 ◦ blue 106

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

Shades of Amulet #77986A

Tints of Amulet #77986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 31.56%
G = 40.32%
B = 28.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#77986A (or 0x77986A) is known color: Amulet. HEX triplet: 77, 98 and 6A. RGB value is (119,152,106). Sum of RGB (Red+Green+Blue) = 119+152+106=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #77986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77986A is #886795. Grayscale: #898989. Windows color (decimal): -8939414 or 6985847. OLE color: 6985847.

HSL color Cylindrical-coordinate representation of color #77986A: hue angle of 103.04º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77986A is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 106 -
CMYK 0.22 0 0.30 0.40
HSL 103.04º 0.18% 0.51% -
HSV(B) 103.04º 0.3% 0.6% -
XYZ 21.44 27.42 17.8 -
YUV 136.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 119 152 106 0.22 0 0.30 0.40 103.04 0.18 0.51
Hex 77 98 6A 16 0 1E 28 67 12 33
Octal 167 230 152 26 0 36 50 147 22 63
Binary 1110111 10011000 1101010 10110 0 11110 101000 1100111 10010 110011

Color Harmonies of #77986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77986A

Black with #77986A

Text Example


Text Example

White with #77986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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