Shades of Christi #7BB007
Tints of Christi #7BB007
RGB
CMYK
RGB Variations
Color information
#7BB007 (or 0x7BB007) is known color: Christi. HEX triplet: 7B, B0 and 07. RGB value is (123,176,7). Sum of RGB (Red+Green+Blue) = 123+176+7=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BB007 is #844FF8. Grayscale: #8D8D8D. Windows color (decimal): -8671225 or 503931. OLE color: 503931.
HSL color Cylindrical-coordinate representation of color #7BB007: hue angle of 78.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BB007 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 7 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.31 |
| HSL | 78.82º | 0.92% | 0.36% | - |
| HSV(B) | 78.82º | 0.96% | 0.69% | - |
| XYZ | 23.73 | 35.28 | 5.76 | - |
| YUV | 140.89 | 52.44 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 7 | 0.30 | 0 | 0.96 | 0.31 | 78.82 | 0.92 | 0.36 |
| Hex | 7B | B0 | 7 | 1E | 0 | 60 | 1F | 4F | 5C | 24 |
| Octal | 173 | 260 | 7 | 36 | 0 | 140 | 37 | 117 | 134 | 44 |
| Binary | 1111011 | 10110000 | 111 | 11110 | 0 | 1100000 | 11111 | 1001111 | 1011100 | 100100 |
Color Harmonies of #7BB007
Complementary color
Monochromatic Colors of #7BB007
Black with #7BB007
Text Example
Text Example
White with #7BB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB007; }
p { color: rgb(123,176,7); }
H1.HeaderClassName
{
color: #7BB007;
}
.AnyTagClassName
{
color: #7BB007;
}
</style>
background-color css
<style>
a { background-color: #7BB007; }
a { background-color: rgb(123,176,7); }
div.DivClassName
{
background-color: #7BB007;
}
.BgClassName
{
background-color: #7BB007;
}
</style>
border-color css
<style>
span { border-color: #7BB007; }
span { border-color: rgb(123,176,7); }
td.TdClassName
{
border-color: #7BB007;
}
.TagClassName
{
border-color: #7BB007;
}
</style>