Html Css Color HEX #76956B Amulet

📋 copy color: '#76956B'

red 118 ◦ green 149 ◦ blue 107

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

Shades of Amulet #76956B

Tints of Amulet #76956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 31.55%
G = 39.84%
B = 28.61%

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

#76956B (or 0x76956B) is known color: Amulet. HEX triplet: 76, 95 and 6B. RGB value is (118,149,107). Sum of RGB (Red+Green+Blue) = 118+149+107=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 149 - color contains mainly: green. Hex color #76956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76956B is #896A94. Grayscale: #878787. Windows color (decimal): -9005717 or 7050614. OLE color: 7050614.

HSL color Cylindrical-coordinate representation of color #76956B: hue angle of 104.29º degrees, saturation: 0.17, 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 #76956B is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 107 -
CMYK 0.21 0 0.28 0.42
HSL 104.29º 0.17% 0.5% -
HSV(B) 104.29º 0.28% 0.58% -
XYZ 20.87 26.41 17.91 -
YUV 134.94 112.23 115.92 -
System Red Green Blue C M Y K H S L
Decimal 118 149 107 0.21 0 0.28 0.42 104.29 0.17 0.5
Hex 76 95 6B 15 0 1C 2A 68 11 32
Octal 166 225 153 25 0 34 52 150 21 62
Binary 1110110 10010101 1101011 10101 0 11100 101010 1101000 10001 110010

Color Harmonies of #76956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76956B

Black with #76956B

Text Example


Text Example

White with #76956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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