Html Css Color HEX #76A76B Amulet

📋 copy color: '#76A76B'

red 118 ◦ green 167 ◦ blue 107

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

Shades of Amulet #76A76B

Tints of Amulet #76A76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

 BLUE value IS 107 (42.19% from 255) = 27.3%

R = 30.1%
G = 42.6%
B = 27.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#76A76B (or 0x76A76B) is known color: Amulet. HEX triplet: 76, A7 and 6B. RGB value is (118,167,107). Sum of RGB (Red+Green+Blue) = 118+167+107=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 167 - color contains mainly: green. Hex color #76A76B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A76B is #895894. Grayscale: #919191. Windows color (decimal): -9001109 or 7055222. OLE color: 7055222.

HSL color Cylindrical-coordinate representation of color #76A76B: hue angle of 109º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76A76B is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 167 107 -
CMYK 0.29 0 0.36 0.35
HSL 109º 0.25% 0.54% -
HSV(B) 109º 0.36% 0.65% -
XYZ 23.94 32.55 18.93 -
YUV 145.51 106.27 108.38 -
System Red Green Blue C M Y K H S L
Decimal 118 167 107 0.29 0 0.36 0.35 109 0.25 0.54
Hex 76 A7 6B 1D 0 24 23 6D 19 36
Octal 166 247 153 35 0 44 43 155 31 66
Binary 1110110 10100111 1101011 11101 0 100100 100011 1101101 11001 110110

Color Harmonies of #76A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A76B

Black with #76A76B

Text Example


Text Example

White with #76A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,167,107); }

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

background-color css

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

 a { background-color: rgb(118,167,107); }

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

border-color css

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

 span { border-color: rgb(118,167,107); }

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