Html Css Color HEX #76956E Amulet

📋 copy color: '#76956E'

red 118 ◦ green 149 ◦ blue 110

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

Shades of Amulet #76956E

Tints of Amulet #76956E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

 BLUE value IS 110 (43.36% from 255) = 29.18%

R = 31.3%
G = 39.52%
B = 29.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#76956E (or 0x76956E) is known color: Amulet. HEX triplet: 76, 95 and 6E. RGB value is (118,149,110). Sum of RGB (Red+Green+Blue) = 118+149+110=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #76956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76956E is #896A91. Grayscale: #878787. Windows color (decimal): -9005714 or 7247222. OLE color: 7247222.

HSL color Cylindrical-coordinate representation of color #76956E: hue angle of 107.69º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #76956E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 110 -
CMYK 0.21 0 0.26 0.42
HSL 107.69º 0.16% 0.51% -
HSV(B) 107.69º 0.26% 0.58% -
XYZ 21.03 26.47 18.75 -
YUV 135.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 118 149 110 0.21 0 0.26 0.42 107.69 0.16 0.51
Hex 76 95 6E 15 0 1A 2A 6C 10 33
Octal 166 225 156 25 0 32 52 154 20 63
Binary 1110110 10010101 1101110 10101 0 11010 101010 1101100 10000 110011

Color Harmonies of #76956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76956E

Black with #76956E

Text Example


Text Example

White with #76956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76956E; }

 p { color: rgb(118,149,110); }

 H1.HeaderClassName
 {
   color: #76956E;
 }
 .AnyTagClassName
 {
   color: #76956E;
 }
</style>

background-color css

<style>
 a { background-color: #76956E; }

 a { background-color: rgb(118,149,110); }

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

border-color css

<style>
 span { border-color: #76956E; }

 span { border-color: rgb(118,149,110); }

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