Html Css Color HEX #76A772 Amulet

📋 copy color: '#76A772'

red 118 ◦ green 167 ◦ blue 114

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

Shades of Amulet #76A772

Tints of Amulet #76A772

RGB

 RED value IS 118 (46.48% from 255) = 29.57%

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 114 (44.92% from 255) = 28.57%

R = 29.57%
G = 41.85%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#76A772 (or 0x76A772) is known color: Amulet. HEX triplet: 76, A7 and 72. RGB value is (118,167,114). Sum of RGB (Red+Green+Blue) = 118+167+114=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #76A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A772 is #89588D. Grayscale: #929292. Windows color (decimal): -9001102 or 7513974. OLE color: 7513974.

HSL color Cylindrical-coordinate representation of color #76A772: hue angle of 115.47º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76A772 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 114 -
CMYK 0.29 0 0.32 0.35
HSL 115.47º 0.23% 0.55% -
HSV(B) 115.47º 0.32% 0.65% -
XYZ 24.33 32.7 20.95 -
YUV 146.31 109.77 107.81 -
System Red Green Blue C M Y K H S L
Decimal 118 167 114 0.29 0 0.32 0.35 115.47 0.23 0.55
Hex 76 A7 72 1D 0 20 23 73 17 37
Octal 166 247 162 35 0 40 43 163 27 67
Binary 1110110 10100111 1110010 11101 0 100000 100011 1110011 10111 110111

Color Harmonies of #76A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A772

Black with #76A772

Text Example


Text Example

White with #76A772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A772; }

 p { color: rgb(118,167,114); }

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

background-color css

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

 a { background-color: rgb(118,167,114); }

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

border-color css

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

 span { border-color: rgb(118,167,114); }

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