Html Css Color HEX #76A175 Amulet

📋 copy color: '#76A175'

red 118 ◦ green 161 ◦ blue 117

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

Shades of Amulet #76A175

Tints of Amulet #76A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.66%

 BLUE value IS 117 (46.09% from 255) = 29.55%

R = 29.8%
G = 40.66%
B = 29.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#76A175 (or 0x76A175) is known color: Amulet. HEX triplet: 76, A1 and 75. RGB value is (118,161,117). Sum of RGB (Red+Green+Blue) = 118+161+117=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #76A175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A175 is #895E8A. Grayscale: #8F8F8F. Windows color (decimal): -9002635 or 7709046. OLE color: 7709046.

HSL color Cylindrical-coordinate representation of color #76A175: hue angle of 118.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A175 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 161 117 -
CMYK 0.27 0 0.27 0.37
HSL 118.64º 0.19% 0.55% -
HSV(B) 118.64º 0.27% 0.63% -
XYZ 23.43 30.63 21.51 -
YUV 143.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 118 161 117 0.27 0 0.27 0.37 118.64 0.19 0.55
Hex 76 A1 75 1B 0 1B 25 77 13 37
Octal 166 241 165 33 0 33 45 167 23 67
Binary 1110110 10100001 1110101 11011 0 11011 100101 1110111 10011 110111

Color Harmonies of #76A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A175

Black with #76A175

Text Example


Text Example

White with #76A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,117); }

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

background-color css

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

 a { background-color: rgb(118,161,117); }

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

border-color css

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

 span { border-color: rgb(118,161,117); }

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