Shades of Christi #7BAD01
Tints of Christi #7BAD01
RGB
CMYK
RGB Variations
Color information
#7BAD01 (or 0x7BAD01) is known color: Christi. HEX triplet: 7B, AD and 01. RGB value is (123,173,1). Sum of RGB (Red+Green+Blue) = 123+173+1=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAD01 is #8452FE. Grayscale: #8B8B8B. Windows color (decimal): -8671999 or 109947. OLE color: 109947.
HSL color Cylindrical-coordinate representation of color #7BAD01: hue angle of 77.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BAD01 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 173 | 1 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.32 |
| HSL | 77.44º | 0.99% | 0.34% | - |
| HSV(B) | 77.44º | 0.99% | 0.68% | - |
| XYZ | 23.12 | 34.1 | 5.39 | - |
| YUV | 138.44 | 50.44 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 1 | 0.29 | 0 | 0.99 | 0.32 | 77.44 | 0.99 | 0.34 |
| Hex | 7B | AD | 1 | 1D | 0 | 63 | 20 | 4D | 63 | 22 |
| Octal | 173 | 255 | 1 | 35 | 0 | 143 | 40 | 115 | 143 | 42 |
| Binary | 1111011 | 10101101 | 1 | 11101 | 0 | 1100011 | 100000 | 1001101 | 1100011 | 100010 |
Color Harmonies of #7BAD01
Complementary color
Monochromatic Colors of #7BAD01
Black with #7BAD01
Text Example
Text Example
White with #7BAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAD01; }
p { color: rgb(123,173,1); }
H1.HeaderClassName
{
color: #7BAD01;
}
.AnyTagClassName
{
color: #7BAD01;
}
</style>
background-color css
<style>
a { background-color: #7BAD01; }
a { background-color: rgb(123,173,1); }
div.DivClassName
{
background-color: #7BAD01;
}
.BgClassName
{
background-color: #7BAD01;
}
</style>
border-color css
<style>
span { border-color: #7BAD01; }
span { border-color: rgb(123,173,1); }
td.TdClassName
{
border-color: #7BAD01;
}
.TagClassName
{
border-color: #7BAD01;
}
</style>