Html Css Color HEX #77B170 Amulet

📋 copy color: '#77B170'

red 119 ◦ green 177 ◦ blue 112

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

Shades of Amulet #77B170

Tints of Amulet #77B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.38%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 29.17%
G = 43.38%
B = 27.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#77B170 (or 0x77B170) is known color: Amulet. HEX triplet: 77, B1 and 70. RGB value is (119,177,112). Sum of RGB (Red+Green+Blue) = 119+177+112=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 177 (69.53% from 255 or 43.38% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 177 - color contains mainly: green. Hex color #77B170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77B170 is #884E8F. Grayscale: #989898. Windows color (decimal): -8933008 or 7385463. OLE color: 7385463.

HSL color Cylindrical-coordinate representation of color #77B170: hue angle of 113.54º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77B170 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 177 112 -
CMYK 0.33 0 0.37 0.31
HSL 113.54º 0.29% 0.57% -
HSV(B) 113.54º 0.37% 0.69% -
XYZ 26.25 36.54 21 -
YUV 152.25 105.28 104.29 -
System Red Green Blue C M Y K H S L
Decimal 119 177 112 0.33 0 0.37 0.31 113.54 0.29 0.57
Hex 77 B1 70 21 0 25 1F 72 1D 39
Octal 167 261 160 41 0 45 37 162 35 71
Binary 1110111 10110001 1110000 100001 0 100101 11111 1110010 11101 111001

Color Harmonies of #77B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B170

Black with #77B170

Text Example


Text Example

White with #77B170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B170; }

 p { color: rgb(119,177,112); }

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

background-color css

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

 a { background-color: rgb(119,177,112); }

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

border-color css

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

 span { border-color: rgb(119,177,112); }

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