Html Css Color HEX #76996F Amulet

📋 copy color: '#76996F'

red 118 ◦ green 153 ◦ blue 111

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

Shades of Amulet #76996F

Tints of Amulet #76996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 30.89%
G = 40.05%
B = 29.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#76996F (or 0x76996F) is known color: Amulet. HEX triplet: 76, 99 and 6F. RGB value is (118,153,111). Sum of RGB (Red+Green+Blue) = 118+153+111=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #76996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76996F is #896690. Grayscale: #898989. Windows color (decimal): -9004689 or 7313782. OLE color: 7313782.

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

Color convert

RGB 118 153 111 -
CMYK 0.23 0 0.27 0.4
HSL 110º 0.17% 0.52% -
HSV(B) 110º 0.27% 0.6% -
XYZ 21.73 27.78 19.26 -
YUV 137.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 118 153 111 0.23 0 0.27 0.4 110 0.17 0.52
Hex 76 99 6F 17 0 1B 28 6E 11 34
Octal 166 231 157 27 0 33 50 156 21 64
Binary 1110110 10011001 1101111 10111 0 11011 101000 1101110 10001 110100

Color Harmonies of #76996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76996F

Black with #76996F

Text Example


Text Example

White with #76996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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