Html Css Color HEX #76A570 Amulet

📋 copy color: '#76A570'

red 118 ◦ green 165 ◦ blue 112

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

Shades of Amulet #76A570

Tints of Amulet #76A570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

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

R = 29.87%
G = 41.77%
B = 28.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#76A570 (or 0x76A570) is known color: Amulet. HEX triplet: 76, A5 and 70. RGB value is (118,165,112). Sum of RGB (Red+Green+Blue) = 118+165+112=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #76A570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A570 is #895A8F. Grayscale: #919191. Windows color (decimal): -9001616 or 7382390. OLE color: 7382390.

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

Color convert

RGB 118 165 112 -
CMYK 0.28 0 0.32 0.35
HSL 113.21º 0.23% 0.54% -
HSV(B) 113.21º 0.32% 0.65% -
XYZ 23.85 31.93 20.24 -
YUV 144.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 118 165 112 0.28 0 0.32 0.35 113.21 0.23 0.54
Hex 76 A5 70 1C 0 20 23 71 17 36
Octal 166 245 160 34 0 40 43 161 27 66
Binary 1110110 10100101 1110000 11100 0 100000 100011 1110001 10111 110110

Color Harmonies of #76A570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A570

Black with #76A570

Text Example


Text Example

White with #76A570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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