Html Css Color HEX #7BAA76 Amulet

📋 copy color: '#7BAA76'

red 123 ◦ green 170 ◦ blue 118

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

Shades of Amulet #7BAA76

Tints of Amulet #7BAA76

RGB

 RED value IS 123 (48.44% from 255) = 29.93%

 GREEN value IS 170 (66.8% from 255) = 41.36%

 BLUE value IS 118 (46.48% from 255) = 28.71%

R = 29.93%
G = 41.36%
B = 28.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#7BAA76 (or 0x7BAA76) is known color: Amulet. HEX triplet: 7B, AA and 76. RGB value is (123,170,118). Sum of RGB (Red+Green+Blue) = 123+170+118=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA76 is #845589. Grayscale: #969696. Windows color (decimal): -8672650 or 7776891. OLE color: 7776891.

HSL color Cylindrical-coordinate representation of color #7BAA76: hue angle of 114.23º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BAA76 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 118 -
CMYK 0.28 0 0.31 0.33
HSL 114.23º 0.23% 0.56% -
HSV(B) 114.23º 0.31% 0.67% -
XYZ 25.81 34.27 22.39 -
YUV 150.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 123 170 118 0.28 0 0.31 0.33 114.23 0.23 0.56
Hex 7B AA 76 1C 0 1F 21 72 17 38
Octal 173 252 166 34 0 37 41 162 27 70
Binary 1111011 10101010 1110110 11100 0 11111 100001 1110010 10111 111000

Color Harmonies of #7BAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA76

Black with #7BAA76

Text Example


Text Example

White with #7BAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BAA76; }

 p { color: rgb(123,170,118); }

 H1.HeaderClassName
 {
   color: #7BAA76;
 }
 .AnyTagClassName
 {
   color: #7BAA76;
 }
</style>

background-color css

<style>
 a { background-color: #7BAA76; }

 a { background-color: rgb(123,170,118); }

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

border-color css

<style>
 span { border-color: #7BAA76; }

 span { border-color: rgb(123,170,118); }

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