Shades of Amulet #7BB375
Tints of Amulet #7BB375
RGB
CMYK
RGB Variations
Color information
#7BB375 (or 0x7BB375) is known color: Amulet. HEX triplet: 7B, B3 and 75. RGB value is (123,179,117). Sum of RGB (Red+Green+Blue) = 123+179+117=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BB375 is #844C8A. Grayscale: #9B9B9B. Windows color (decimal): -8670347 or 7713659. OLE color: 7713659.
HSL color Cylindrical-coordinate representation of color #7BB375: hue angle of 114.19º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BB375 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 179 | 117 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.30 |
| HSL | 114.19º | 0.29% | 0.58% | - |
| HSV(B) | 114.19º | 0.35% | 0.7% | - |
| XYZ | 27.5 | 37.74 | 22.66 | - |
| YUV | 155.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 179 | 117 | 0.31 | 0 | 0.35 | 0.30 | 114.19 | 0.29 | 0.58 |
| Hex | 7B | B3 | 75 | 1F | 0 | 23 | 1E | 72 | 1D | 3A |
| Octal | 173 | 263 | 165 | 37 | 0 | 43 | 36 | 162 | 35 | 72 |
| Binary | 1111011 | 10110011 | 1110101 | 11111 | 0 | 100011 | 11110 | 1110010 | 11101 | 111010 |
Color Harmonies of #7BB375
Complementary color
Monochromatic Colors of #7BB375
Black with #7BB375
Text Example
Text Example
White with #7BB375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB375; }
p { color: rgb(123,179,117); }
H1.HeaderClassName
{
color: #7BB375;
}
.AnyTagClassName
{
color: #7BB375;
}
</style>
background-color css
<style>
a { background-color: #7BB375; }
a { background-color: rgb(123,179,117); }
div.DivClassName
{
background-color: #7BB375;
}
.BgClassName
{
background-color: #7BB375;
}
</style>
border-color css
<style>
span { border-color: #7BB375; }
span { border-color: rgb(123,179,117); }
td.TdClassName
{
border-color: #7BB375;
}
.TagClassName
{
border-color: #7BB375;
}
</style>