Shades of Christi #7BA90D
Tints of Christi #7BA90D
RGB
CMYK
RGB Variations
Color information
#7BA90D (or 0x7BA90D) is known color: Christi. HEX triplet: 7B, A9 and 0D. RGB value is (123,169,13). Sum of RGB (Red+Green+Blue) = 123+169+13=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA90D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA90D is #8456F2. Grayscale: #8A8A8A. Windows color (decimal): -8673011 or 895355. OLE color: 895355.
HSL color Cylindrical-coordinate representation of color #7BA90D: hue angle of 77.69º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BA90D is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 13 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.34 |
| HSL | 77.69º | 0.86% | 0.36% | - |
| HSV(B) | 77.69º | 0.92% | 0.66% | - |
| XYZ | 22.43 | 32.62 | 5.49 | - |
| YUV | 137.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 13 | 0.27 | 0 | 0.92 | 0.34 | 77.69 | 0.86 | 0.36 |
| Hex | 7B | A9 | D | 1B | 0 | 5C | 22 | 4E | 56 | 24 |
| Octal | 173 | 251 | 15 | 33 | 0 | 134 | 42 | 116 | 126 | 44 |
| Binary | 1111011 | 10101001 | 1101 | 11011 | 0 | 1011100 | 100010 | 1001110 | 1010110 | 100100 |
Color Harmonies of #7BA90D
Complementary color
Monochromatic Colors of #7BA90D
Black with #7BA90D
Text Example
Text Example
White with #7BA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA90D; }
p { color: rgb(123,169,13); }
H1.HeaderClassName
{
color: #7BA90D;
}
.AnyTagClassName
{
color: #7BA90D;
}
</style>
background-color css
<style>
a { background-color: #7BA90D; }
a { background-color: rgb(123,169,13); }
div.DivClassName
{
background-color: #7BA90D;
}
.BgClassName
{
background-color: #7BA90D;
}
</style>
border-color css
<style>
span { border-color: #7BA90D; }
span { border-color: rgb(123,169,13); }
td.TdClassName
{
border-color: #7BA90D;
}
.TagClassName
{
border-color: #7BA90D;
}
</style>