Html Css Color HEX #76966A Amulet

📋 copy color: '#76966A'

red 118 ◦ green 150 ◦ blue 106

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

Shades of Amulet #76966A

Tints of Amulet #76966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.34%

R = 31.55%
G = 40.11%
B = 28.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#76966A (or 0x76966A) is known color: Amulet. HEX triplet: 76, 96 and 6A. RGB value is (118,150,106). Sum of RGB (Red+Green+Blue) = 118+150+106=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #76966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76966A is #896995. Grayscale: #878787. Windows color (decimal): -9005462 or 6985334. OLE color: 6985334.

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

Color convert

RGB 118 150 106 -
CMYK 0.21 0 0.29 0.41
HSL 103.64º 0.17% 0.5% -
HSV(B) 103.64º 0.29% 0.59% -
XYZ 20.98 26.7 17.68 -
YUV 135.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 118 150 106 0.21 0 0.29 0.41 103.64 0.17 0.5
Hex 76 96 6A 15 0 1D 29 68 11 32
Octal 166 226 152 25 0 35 51 150 21 62
Binary 1110110 10010110 1101010 10101 0 11101 101001 1101000 10001 110010

Color Harmonies of #76966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76966A

Black with #76966A

Text Example


Text Example

White with #76966A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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