Html Css Color HEX #76966C Amulet

📋 copy color: '#76966C'

red 118 ◦ green 150 ◦ blue 108

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

Shades of Amulet #76966C

Tints of Amulet #76966C

RGB

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

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

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

R = 31.38%
G = 39.89%
B = 28.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#76966C (or 0x76966C) is known color: Amulet. HEX triplet: 76, 96 and 6C. RGB value is (118,150,108). Sum of RGB (Red+Green+Blue) = 118+150+108=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #76966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76966C is #896993. Grayscale: #878787. Windows color (decimal): -9005460 or 7116406. OLE color: 7116406.

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

Color convert

RGB 118 150 108 -
CMYK 0.21 0 0.28 0.41
HSL 105.71º 0.17% 0.51% -
HSV(B) 105.71º 0.28% 0.59% -
XYZ 21.08 26.75 18.24 -
YUV 135.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 118 150 108 0.21 0 0.28 0.41 105.71 0.17 0.51
Hex 76 96 6C 15 0 1C 29 6A 11 33
Octal 166 226 154 25 0 34 51 152 21 63
Binary 1110110 10010110 1101100 10101 0 11100 101001 1101010 10001 110011

Color Harmonies of #76966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76966C

Black with #76966C

Text Example


Text Example

White with #76966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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