Html Css Color HEX #76A770 Amulet

📋 copy color: '#76A770'

red 118 ◦ green 167 ◦ blue 112

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

Shades of Amulet #76A770

Tints of Amulet #76A770

RGB

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

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

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

R = 29.72%
G = 42.07%
B = 28.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#76A770 (or 0x76A770) is known color: Amulet. HEX triplet: 76, A7 and 70. RGB value is (118,167,112). Sum of RGB (Red+Green+Blue) = 118+167+112=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 167 (65.62% from 255 or 42.07% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 167 - color contains mainly: green. Hex color #76A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A770 is #89588F. Grayscale: #929292. Windows color (decimal): -9001104 or 7382902. OLE color: 7382902.

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

Color convert

RGB 118 167 112 -
CMYK 0.29 0 0.33 0.35
HSL 113.45º 0.24% 0.55% -
HSV(B) 113.45º 0.33% 0.65% -
XYZ 24.21 32.66 20.36 -
YUV 146.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 118 167 112 0.29 0 0.33 0.35 113.45 0.24 0.55
Hex 76 A7 70 1D 0 21 23 71 18 37
Octal 166 247 160 35 0 41 43 161 30 67
Binary 1110110 10100111 1110000 11101 0 100001 100011 1110001 11000 110111

Color Harmonies of #76A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A770

Black with #76A770

Text Example


Text Example

White with #76A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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