Shades of Christi #7BAE05
Tints of Christi #7BAE05
RGB
CMYK
RGB Variations
Color information
#7BAE05 (or 0x7BAE05) is known color: Christi. HEX triplet: 7B, AE and 05. RGB value is (123,174,5). Sum of RGB (Red+Green+Blue) = 123+174+5=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE05 is #8451FA. Grayscale: #8C8C8C. Windows color (decimal): -8671739 or 372347. OLE color: 372347.
HSL color Cylindrical-coordinate representation of color #7BAE05: hue angle of 78.11º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7BAE05 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.32 |
| HSL | 78.11º | 0.94% | 0.35% | - |
| HSV(B) | 78.11º | 0.97% | 0.68% | - |
| XYZ | 23.33 | 34.49 | 5.57 | - |
| YUV | 139.49 | 52.1 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 5 | 0.29 | 0 | 0.97 | 0.32 | 78.11 | 0.94 | 0.35 |
| Hex | 7B | AE | 5 | 1D | 0 | 61 | 20 | 4E | 5E | 23 |
| Octal | 173 | 256 | 5 | 35 | 0 | 141 | 40 | 116 | 136 | 43 |
| Binary | 1111011 | 10101110 | 101 | 11101 | 0 | 1100001 | 100000 | 1001110 | 1011110 | 100011 |
Color Harmonies of #7BAE05
Complementary color
Monochromatic Colors of #7BAE05
Black with #7BAE05
Text Example
Text Example
White with #7BAE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE05; }
p { color: rgb(123,174,5); }
H1.HeaderClassName
{
color: #7BAE05;
}
.AnyTagClassName
{
color: #7BAE05;
}
</style>
background-color css
<style>
a { background-color: #7BAE05; }
a { background-color: rgb(123,174,5); }
div.DivClassName
{
background-color: #7BAE05;
}
.BgClassName
{
background-color: #7BAE05;
}
</style>
border-color css
<style>
span { border-color: #7BAE05; }
span { border-color: rgb(123,174,5); }
td.TdClassName
{
border-color: #7BAE05;
}
.TagClassName
{
border-color: #7BAE05;
}
</style>