Html Css Color HEX #76A468 Amulet

📋 copy color: '#76A468'

red 118 ◦ green 164 ◦ blue 104

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

Shades of Amulet #76A468

Tints of Amulet #76A468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 30.57%
G = 42.49%
B = 26.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#76A468 (or 0x76A468) is known color: Amulet. HEX triplet: 76, A4 and 68. RGB value is (118,164,104). Sum of RGB (Red+Green+Blue) = 118+164+104=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #76A468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A468 is #895B97. Grayscale: #8F8F8F. Windows color (decimal): -9001880 or 6857846. OLE color: 6857846.

HSL color Cylindrical-coordinate representation of color #76A468: hue angle of 106º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A468 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 104 -
CMYK 0.28 0 0.37 0.36
HSL 106º 0.25% 0.53% -
HSV(B) 106º 0.37% 0.64% -
XYZ 23.25 31.4 17.93 -
YUV 143.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 118 164 104 0.28 0 0.37 0.36 106 0.25 0.53
Hex 76 A4 68 1C 0 25 24 6A 19 35
Octal 166 244 150 34 0 45 44 152 31 65
Binary 1110110 10100100 1101000 11100 0 100101 100100 1101010 11001 110101

Color Harmonies of #76A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A468

Black with #76A468

Text Example


Text Example

White with #76A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,104); }

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

background-color css

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

 a { background-color: rgb(118,164,104); }

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

border-color css

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

 span { border-color: rgb(118,164,104); }

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