#77AD75

Color #77AD75 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #77AD75

Tints of Amulet #77AD75

Color information

#77AD75 (or 0x77AD75) is unknown color: approx Amulet. HEX triplet: 77, AD and 75. RGB value is (119,173,117). Sum of RGB (Red+Green+Blue) = 119+173+117=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #77AD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AD75 is #88528A. Grayscale: #969696. Windows color (decimal): -8934027 or 7712119. OLE color: 7712119.

HSL color Cylindrical-coordinate representation of color #77AD75: hue angle of 117.86º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AD75 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB119173117-
CMYK0.3100.320.32
HSL117.86º25.45%56.86%-
HSV(B)117.86º32.37%67.84%-
XYZ25.7635.0922.25-
YUV150.47109.11105.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 173 (67.97% from 255) = 42.30%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=29.10%
G=42.30%
B=28.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191731170.3100.320.32117.8625.4556.86
Hex77AD751F02020761939
Octal16725516537040401663171
Binary1110111101011011110101111110100000100000111011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,173,117); }

 H1.HeaderClassName
 {
   color: #77AD75;
 }
 .AnyTagClassName
 {
   color: #77AD75;
 }
</style>
background-color css

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

 a { background-color: rgb(119,173,117); }

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

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

 span { border-color: rgb(119,173,117); }

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