Html Css Color HEX #7BAA71 Amulet

📋 copy color: '#7BAA71'

red 123 ◦ green 170 ◦ blue 113

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

Shades of Amulet #7BAA71

Tints of Amulet #7BAA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 30.3%
G = 41.87%
B = 27.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#7BAA71 (or 0x7BAA71) is known color: Amulet. HEX triplet: 7B, AA and 71. RGB value is (123,170,113). Sum of RGB (Red+Green+Blue) = 123+170+113=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA71 is #84558E. Grayscale: #959595. Windows color (decimal): -8672655 or 7449211. OLE color: 7449211.

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

Color convert

RGB 123 170 113 -
CMYK 0.28 0 0.34 0.33
HSL 109.47º 0.25% 0.55% -
HSV(B) 109.47º 0.34% 0.67% -
XYZ 25.52 34.15 20.87 -
YUV 149.45 107.43 109.13 -
System Red Green Blue C M Y K H S L
Decimal 123 170 113 0.28 0 0.34 0.33 109.47 0.25 0.55
Hex 7B AA 71 1C 0 22 21 6D 19 37
Octal 173 252 161 34 0 42 41 155 31 67
Binary 1111011 10101010 1110001 11100 0 100010 100001 1101101 11001 110111

Color Harmonies of #7BAA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA71

Black with #7BAA71

Text Example


Text Example

White with #7BAA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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