Html Css Color HEX #7BAC6A Amulet

📋 copy color: '#7BAC6A'

red 123 ◦ green 172 ◦ blue 106

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

Shades of Amulet #7BAC6A

Tints of Amulet #7BAC6A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

 BLUE value IS 106 (41.8% from 255) = 26.43%

R = 30.67%
G = 42.89%
B = 26.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7BAC6A (or 0x7BAC6A) is known color: Amulet. HEX triplet: 7B, AC and 6A. RGB value is (123,172,106). Sum of RGB (Red+Green+Blue) = 123+172+106=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC6A is #845395. Grayscale: #969696. Windows color (decimal): -8672150 or 6990971. OLE color: 6990971.

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

Color convert

RGB 123 172 106 -
CMYK 0.28 0 0.38 0.33
HSL 104.55º 0.28% 0.55% -
HSV(B) 104.55º 0.38% 0.67% -
XYZ 25.52 34.76 19 -
YUV 149.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 123 172 106 0.28 0 0.38 0.33 104.55 0.28 0.55
Hex 7B AC 6A 1C 0 26 21 69 1C 37
Octal 173 254 152 34 0 46 41 151 34 67
Binary 1111011 10101100 1101010 11100 0 100110 100001 1101001 11100 110111

Color Harmonies of #7BAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAC6A

Black with #7BAC6A

Text Example


Text Example

White with #7BAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,172,106); }

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

background-color css

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

 a { background-color: rgb(123,172,106); }

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

border-color css

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

 span { border-color: rgb(123,172,106); }

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