Html Css Color HEX #7BAC75 Amulet

📋 copy color: '#7BAC75'

red 123 ◦ green 172 ◦ blue 117

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

Shades of Amulet #7BAC75

Tints of Amulet #7BAC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 29.85%
G = 41.75%
B = 28.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#7BAC75 (or 0x7BAC75) is known color: Amulet. HEX triplet: 7B, AC and 75. RGB value is (123,172,117). Sum of RGB (Red+Green+Blue) = 123+172+117=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAC75 is #84538A. Grayscale: #979797. Windows color (decimal): -8672139 or 7711867. OLE color: 7711867.

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

Color convert

RGB 123 172 117 -
CMYK 0.28 0 0.32 0.33
HSL 113.45º 0.25% 0.57% -
HSV(B) 113.45º 0.32% 0.67% -
XYZ 26.13 35 22.21 -
YUV 151.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 123 172 117 0.28 0 0.32 0.33 113.45 0.25 0.57
Hex 7B AC 75 1C 0 20 21 71 19 39
Octal 173 254 165 34 0 40 41 161 31 71
Binary 1111011 10101100 1110101 11100 0 100000 100001 1110001 11001 111001

Color Harmonies of #7BAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAC75

Black with #7BAC75

Text Example


Text Example

White with #7BAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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