Html Css Color HEX #7BAA6C Amulet

📋 copy color: '#7BAA6C'

red 123 ◦ green 170 ◦ blue 108

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

Shades of Amulet #7BAA6C

Tints of Amulet #7BAA6C

RGB

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

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

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

R = 30.67%
G = 42.39%
B = 26.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7BAA6C (or 0x7BAA6C) is known color: Amulet. HEX triplet: 7B, AA and 6C. RGB value is (123,170,108). Sum of RGB (Red+Green+Blue) = 123+170+108=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA6C is #845593. Grayscale: #959595. Windows color (decimal): -8672660 or 7121531. OLE color: 7121531.

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

Color convert

RGB 123 170 108 -
CMYK 0.28 0 0.36 0.33
HSL 105.48º 0.27% 0.55% -
HSV(B) 105.48º 0.36% 0.67% -
XYZ 25.25 34.04 19.43 -
YUV 148.88 104.93 109.54 -
System Red Green Blue C M Y K H S L
Decimal 123 170 108 0.28 0 0.36 0.33 105.48 0.27 0.55
Hex 7B AA 6C 1C 0 24 21 69 1B 37
Octal 173 252 154 34 0 44 41 151 33 67
Binary 1111011 10101010 1101100 11100 0 100100 100001 1101001 11011 110111

Color Harmonies of #7BAA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA6C

Black with #7BAA6C

Text Example


Text Example

White with #7BAA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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