Html Css Color HEX #76A275 Amulet

📋 copy color: '#76A275'

red 118 ◦ green 162 ◦ blue 117

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

Shades of Amulet #76A275

Tints of Amulet #76A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 29.72%
G = 40.81%
B = 29.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#76A275 (or 0x76A275) is known color: Amulet. HEX triplet: 76, A2 and 75. RGB value is (118,162,117). Sum of RGB (Red+Green+Blue) = 118+162+117=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #76A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A275 is #895D8A. Grayscale: #8F8F8F. Windows color (decimal): -9002379 or 7709302. OLE color: 7709302.

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

Color convert

RGB 118 162 117 -
CMYK 0.27 0 0.28 0.36
HSL 118.67º 0.19% 0.55% -
HSV(B) 118.67º 0.28% 0.64% -
XYZ 23.6 30.98 21.56 -
YUV 143.71 112.92 109.66 -
System Red Green Blue C M Y K H S L
Decimal 118 162 117 0.27 0 0.28 0.36 118.67 0.19 0.55
Hex 76 A2 75 1B 0 1C 24 77 13 37
Octal 166 242 165 33 0 34 44 167 23 67
Binary 1110110 10100010 1110101 11011 0 11100 100100 1110111 10011 110111

Color Harmonies of #76A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A275

Black with #76A275

Text Example


Text Example

White with #76A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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