Html Css Color HEX #76966E Amulet

📋 copy color: '#76966E'

red 118 ◦ green 150 ◦ blue 110

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

Shades of Amulet #76966E

Tints of Amulet #76966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

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

R = 31.22%
G = 39.68%
B = 29.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#76966E (or 0x76966E) is known color: Amulet. HEX triplet: 76, 96 and 6E. RGB value is (118,150,110). Sum of RGB (Red+Green+Blue) = 118+150+110=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #76966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76966E is #896991. Grayscale: #888888. Windows color (decimal): -9005458 or 7247478. OLE color: 7247478.

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

Color convert

RGB 118 150 110 -
CMYK 0.21 0 0.27 0.41
HSL 108º 0.16% 0.51% -
HSV(B) 108º 0.27% 0.59% -
XYZ 21.19 26.79 18.81 -
YUV 135.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 118 150 110 0.21 0 0.27 0.41 108 0.16 0.51
Hex 76 96 6E 15 0 1B 29 6C 10 33
Octal 166 226 156 25 0 33 51 154 20 63
Binary 1110110 10010110 1101110 10101 0 11011 101001 1101100 10000 110011

Color Harmonies of #76966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76966E

Black with #76966E

Text Example


Text Example

White with #76966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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