Html Css Color HEX #76996D Amulet

📋 copy color: '#76996D'

red 118 ◦ green 153 ◦ blue 109

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

Shades of Amulet #76996D

Tints of Amulet #76996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 31.05%
G = 40.26%
B = 28.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#76996D (or 0x76996D) is known color: Amulet. HEX triplet: 76, 99 and 6D. RGB value is (118,153,109). Sum of RGB (Red+Green+Blue) = 118+153+109=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #76996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76996D is #896692. Grayscale: #898989. Windows color (decimal): -9004691 or 7182710. OLE color: 7182710.

HSL color Cylindrical-coordinate representation of color #76996D: hue angle of 107.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76996D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 109 -
CMYK 0.23 0 0.29 0.4
HSL 107.73º 0.18% 0.51% -
HSV(B) 107.73º 0.29% 0.6% -
XYZ 21.62 27.74 18.68 -
YUV 137.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 118 153 109 0.23 0 0.29 0.4 107.73 0.18 0.51
Hex 76 99 6D 17 0 1D 28 6C 12 33
Octal 166 231 155 27 0 35 50 154 22 63
Binary 1110110 10011001 1101101 10111 0 11101 101000 1101100 10010 110011

Color Harmonies of #76996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76996D

Black with #76996D

Text Example


Text Example

White with #76996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76996D; }

 p { color: rgb(118,153,109); }

 H1.HeaderClassName
 {
   color: #76996D;
 }
 .AnyTagClassName
 {
   color: #76996D;
 }
</style>

background-color css

<style>
 a { background-color: #76996D; }

 a { background-color: rgb(118,153,109); }

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

border-color css

<style>
 span { border-color: #76996D; }

 span { border-color: rgb(118,153,109); }

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