Html Css Color HEX #76AB64 Amulet

📋 copy color: '#76AB64'

red 118 ◦ green 171 ◦ blue 100

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

Shades of Amulet #76AB64

Tints of Amulet #76AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

 BLUE value IS 100 (39.45% from 255) = 25.71%

R = 30.33%
G = 43.96%
B = 25.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#76AB64 (or 0x76AB64) is known color: Amulet. HEX triplet: 76, AB and 64. RGB value is (118,171,100). Sum of RGB (Red+Green+Blue) = 118+171+100=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AB64 is #89549B. Grayscale: #939393. Windows color (decimal): -9000092 or 6597494. OLE color: 6597494.

HSL color Cylindrical-coordinate representation of color #76AB64: hue angle of 104.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76AB64 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 171 100 -
CMYK 0.31 0 0.42 0.33
HSL 104.79º 0.3% 0.53% -
HSV(B) 104.79º 0.42% 0.67% -
XYZ 24.33 33.9 17.32 -
YUV 147.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 118 171 100 0.31 0 0.42 0.33 104.79 0.3 0.53
Hex 76 AB 64 1F 0 2A 21 69 1E 35
Octal 166 253 144 37 0 52 41 151 36 65
Binary 1110110 10101011 1100100 11111 0 101010 100001 1101001 11110 110101

Color Harmonies of #76AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AB64

Black with #76AB64

Text Example


Text Example

White with #76AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,100); }

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

background-color css

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

 a { background-color: rgb(118,171,100); }

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

border-color css

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

 span { border-color: rgb(118,171,100); }

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