Html Css Color HEX #76A863 Amulet

📋 copy color: '#76A863'

red 118 ◦ green 168 ◦ blue 99

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

Shades of Amulet #76A863

Tints of Amulet #76A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 30.65%
G = 43.64%
B = 25.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#76A863 (or 0x76A863) is known color: Amulet. HEX triplet: 76, A8 and 63. RGB value is (118,168,99). Sum of RGB (Red+Green+Blue) = 118+168+99=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #76A863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A863 is #89579C. Grayscale: #919191. Windows color (decimal): -9000861 or 6531190. OLE color: 6531190.

HSL color Cylindrical-coordinate representation of color #76A863: hue angle of 103.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76A863 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 168 99 -
CMYK 0.30 0 0.41 0.34
HSL 103.48º 0.28% 0.52% -
HSV(B) 103.48º 0.41% 0.66% -
XYZ 23.73 32.76 16.88 -
YUV 145.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 118 168 99 0.30 0 0.41 0.34 103.48 0.28 0.52
Hex 76 A8 63 1E 0 29 22 67 1C 34
Octal 166 250 143 36 0 51 42 147 34 64
Binary 1110110 10101000 1100011 11110 0 101001 100010 1100111 11100 110100

Color Harmonies of #76A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A863

Black with #76A863

Text Example


Text Example

White with #76A863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A863; }

 p { color: rgb(118,168,99); }

 H1.HeaderClassName
 {
   color: #76A863;
 }
 .AnyTagClassName
 {
   color: #76A863;
 }
</style>

background-color css

<style>
 a { background-color: #76A863; }

 a { background-color: rgb(118,168,99); }

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

border-color css

<style>
 span { border-color: #76A863; }

 span { border-color: rgb(118,168,99); }

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