Html Css Color HEX #76AE6C Amulet

📋 copy color: '#76AE6C'

red 118 ◦ green 174 ◦ blue 108

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

Shades of Amulet #76AE6C

Tints of Amulet #76AE6C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 29.5%
G = 43.5%
B = 27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#76AE6C (or 0x76AE6C) is known color: Amulet. HEX triplet: 76, AE and 6C. RGB value is (118,174,108). Sum of RGB (Red+Green+Blue) = 118+174+108=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AE6C is #895193. Grayscale: #959595. Windows color (decimal): -8999316 or 7122550. OLE color: 7122550.

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

Color convert

RGB 118 174 108 -
CMYK 0.32 0 0.38 0.32
HSL 110.91º 0.29% 0.55% -
HSV(B) 110.91º 0.38% 0.68% -
XYZ 25.31 35.21 19.65 -
YUV 149.73 104.45 105.37 -
System Red Green Blue C M Y K H S L
Decimal 118 174 108 0.32 0 0.38 0.32 110.91 0.29 0.55
Hex 76 AE 6C 20 0 26 20 6F 1D 37
Octal 166 256 154 40 0 46 40 157 35 67
Binary 1110110 10101110 1101100 100000 0 100110 100000 1101111 11101 110111

Color Harmonies of #76AE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AE6C

Black with #76AE6C

Text Example


Text Example

White with #76AE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,174,108); }

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

background-color css

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

 a { background-color: rgb(118,174,108); }

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

border-color css

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

 span { border-color: rgb(118,174,108); }

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