Html Css Color HEX #76AF6E Amulet

📋 copy color: '#76AF6E'

red 118 ◦ green 175 ◦ blue 110

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

Shades of Amulet #76AF6E

Tints of Amulet #76AF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 29.28%
G = 43.42%
B = 27.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#76AF6E (or 0x76AF6E) is known color: Amulet. HEX triplet: 76, AF and 6E. RGB value is (118,175,110). Sum of RGB (Red+Green+Blue) = 118+175+110=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF6E is #895091. Grayscale: #969696. Windows color (decimal): -8999058 or 7253878. OLE color: 7253878.

HSL color Cylindrical-coordinate representation of color #76AF6E: hue angle of 112.62º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76AF6E is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 110 -
CMYK 0.33 0 0.37 0.31
HSL 112.62º 0.29% 0.56% -
HSV(B) 112.62º 0.37% 0.69% -
XYZ 25.62 35.64 20.28 -
YUV 150.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 118 175 110 0.33 0 0.37 0.31 112.62 0.29 0.56
Hex 76 AF 6E 21 0 25 1F 71 1D 38
Octal 166 257 156 41 0 45 37 161 35 70
Binary 1110110 10101111 1101110 100001 0 100101 11111 1110001 11101 111000

Color Harmonies of #76AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF6E

Black with #76AF6E

Text Example


Text Example

White with #76AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,110); }

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

background-color css

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

 a { background-color: rgb(118,175,110); }

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

border-color css

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

 span { border-color: rgb(118,175,110); }

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