Shades of Christi #7BAE07
Tints of Christi #7BAE07
RGB
CMYK
RGB Variations
Color information
#7BAE07 (or 0x7BAE07) is known color: Christi. HEX triplet: 7B, AE and 07. RGB value is (123,174,7). Sum of RGB (Red+Green+Blue) = 123+174+7=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE07 is #8451F8. Grayscale: #8C8C8C. Windows color (decimal): -8671737 or 503419. OLE color: 503419.
HSL color Cylindrical-coordinate representation of color #7BAE07: hue angle of 78.32º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BAE07 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 7 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.32 |
| HSL | 78.32º | 0.92% | 0.35% | - |
| HSV(B) | 78.32º | 0.96% | 0.68% | - |
| XYZ | 23.34 | 34.5 | 5.63 | - |
| YUV | 139.71 | 53.1 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 7 | 0.29 | 0 | 0.96 | 0.32 | 78.32 | 0.92 | 0.35 |
| Hex | 7B | AE | 7 | 1D | 0 | 60 | 20 | 4E | 5C | 23 |
| Octal | 173 | 256 | 7 | 35 | 0 | 140 | 40 | 116 | 134 | 43 |
| Binary | 1111011 | 10101110 | 111 | 11101 | 0 | 1100000 | 100000 | 1001110 | 1011100 | 100011 |
Color Harmonies of #7BAE07
Complementary color
Monochromatic Colors of #7BAE07
Black with #7BAE07
Text Example
Text Example
White with #7BAE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE07; }
p { color: rgb(123,174,7); }
H1.HeaderClassName
{
color: #7BAE07;
}
.AnyTagClassName
{
color: #7BAE07;
}
</style>
background-color css
<style>
a { background-color: #7BAE07; }
a { background-color: rgb(123,174,7); }
div.DivClassName
{
background-color: #7BAE07;
}
.BgClassName
{
background-color: #7BAE07;
}
</style>
border-color css
<style>
span { border-color: #7BAE07; }
span { border-color: rgb(123,174,7); }
td.TdClassName
{
border-color: #7BAE07;
}
.TagClassName
{
border-color: #7BAE07;
}
</style>