Html Css Color HEX #76936F Amulet

📋 copy color: '#76936F'

red 118 ◦ green 147 ◦ blue 111

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

Shades of Amulet #76936F

Tints of Amulet #76936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.1%

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

R = 31.38%
G = 39.1%
B = 29.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#76936F (or 0x76936F) is known color: Amulet. HEX triplet: 76, 93 and 6F. RGB value is (118,147,111). Sum of RGB (Red+Green+Blue) = 118+147+111=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #76936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76936F is #896C90. Grayscale: #868686. Windows color (decimal): -9006225 or 7312246. OLE color: 7312246.

HSL color Cylindrical-coordinate representation of color #76936F: hue angle of 108.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76936F is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 111 -
CMYK 0.20 0 0.24 0.42
HSL 108.33º 0.14% 0.51% -
HSV(B) 108.33º 0.24% 0.58% -
XYZ 20.77 25.87 18.94 -
YUV 134.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 118 147 111 0.20 0 0.24 0.42 108.33 0.14 0.51
Hex 76 93 6F 14 0 18 2A 6C E 33
Octal 166 223 157 24 0 30 52 154 16 63
Binary 1110110 10010011 1101111 10100 0 11000 101010 1101100 1110 110011

Color Harmonies of #76936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76936F

Black with #76936F

Text Example


Text Example

White with #76936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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