Html Css Color HEX #76956C Amulet

📋 copy color: '#76956C'

red 118 ◦ green 149 ◦ blue 108

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

Shades of Amulet #76956C

Tints of Amulet #76956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 31.47%
G = 39.73%
B = 28.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#76956C (or 0x76956C) is known color: Amulet. HEX triplet: 76, 95 and 6C. RGB value is (118,149,108). Sum of RGB (Red+Green+Blue) = 118+149+108=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #76956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76956C is #896A93. Grayscale: #878787. Windows color (decimal): -9005716 or 7116150. OLE color: 7116150.

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

Color convert

RGB 118 149 108 -
CMYK 0.21 0 0.28 0.42
HSL 105.37º 0.16% 0.5% -
HSV(B) 105.37º 0.28% 0.58% -
XYZ 20.93 26.43 18.19 -
YUV 135.06 112.73 115.83 -
System Red Green Blue C M Y K H S L
Decimal 118 149 108 0.21 0 0.28 0.42 105.37 0.16 0.5
Hex 76 95 6C 15 0 1C 2A 69 10 32
Octal 166 225 154 25 0 34 52 151 20 62
Binary 1110110 10010101 1101100 10101 0 11100 101010 1101001 10000 110010

Color Harmonies of #76956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76956C

Black with #76956C

Text Example


Text Example

White with #76956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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