Html Css Color HEX #7BAA66 Amulet

📋 copy color: '#7BAA66'

red 123 ◦ green 170 ◦ blue 102

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

Shades of Amulet #7BAA66

Tints of Amulet #7BAA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.82%

R = 31.14%
G = 43.04%
B = 25.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#7BAA66 (or 0x7BAA66) is known color: Amulet. HEX triplet: 7B, AA and 66. RGB value is (123,170,102). Sum of RGB (Red+Green+Blue) = 123+170+102=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA66 is #845599. Grayscale: #949494. Windows color (decimal): -8672666 or 6728315. OLE color: 6728315.

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

Color convert

RGB 123 170 102 -
CMYK 0.28 0 0.4 0.33
HSL 101.47º 0.29% 0.53% -
HSV(B) 101.47º 0.4% 0.67% -
XYZ 24.94 33.92 17.8 -
YUV 148.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 123 170 102 0.28 0 0.4 0.33 101.47 0.29 0.53
Hex 7B AA 66 1C 0 28 21 65 1D 35
Octal 173 252 146 34 0 50 41 145 35 65
Binary 1111011 10101010 1100110 11100 0 101000 100001 1100101 11101 110101

Color Harmonies of #7BAA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA66

Black with #7BAA66

Text Example


Text Example

White with #7BAA66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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