Html Css Color HEX #76AD69 Amulet

📋 copy color: '#76AD69'

red 118 ◦ green 173 ◦ blue 105

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

Shades of Amulet #76AD69

Tints of Amulet #76AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 29.8%
G = 43.69%
B = 26.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#76AD69 (or 0x76AD69) is known color: Amulet. HEX triplet: 76, AD and 69. RGB value is (118,173,105). Sum of RGB (Red+Green+Blue) = 118+173+105=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AD69 is #895296. Grayscale: #959595. Windows color (decimal): -8999575 or 6925686. OLE color: 6925686.

HSL color Cylindrical-coordinate representation of color #76AD69: hue angle of 108.53º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76AD69 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 173 105 -
CMYK 0.32 0 0.39 0.32
HSL 108.53º 0.29% 0.55% -
HSV(B) 108.53º 0.39% 0.68% -
XYZ 24.96 34.76 18.76 -
YUV 148.8 103.28 106.03 -
System Red Green Blue C M Y K H S L
Decimal 118 173 105 0.32 0 0.39 0.32 108.53 0.29 0.55
Hex 76 AD 69 20 0 27 20 6D 1D 37
Octal 166 255 151 40 0 47 40 155 35 67
Binary 1110110 10101101 1101001 100000 0 100111 100000 1101101 11101 110111

Color Harmonies of #76AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AD69

Black with #76AD69

Text Example


Text Example

White with #76AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,173,105); }

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

background-color css

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

 a { background-color: rgb(118,173,105); }

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

border-color css

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

 span { border-color: rgb(118,173,105); }

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