Shades of Christi #7B9D12
Tints of Christi #7B9D12
RGB
CMYK
RGB Variations
Color information
#7B9D12 (or 0x7B9D12) is known color: Christi. HEX triplet: 7B, 9D and 12. RGB value is (123,157,18). Sum of RGB (Red+Green+Blue) = 123+157+18=298 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.28% from 298); Green value is 157 (61.72% from 255 or 52.68% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B9D12 is #8462ED. Grayscale: #838383. Windows color (decimal): -8676078 or 1219963. OLE color: 1219963.
HSL color Cylindrical-coordinate representation of color #7B9D12: hue angle of 74.68º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B9D12 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 157 | 18 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.38 |
| HSL | 74.68º | 0.79% | 0.34% | - |
| HSV(B) | 74.68º | 0.89% | 0.62% | - |
| XYZ | 20.33 | 28.37 | 4.98 | - |
| YUV | 130.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 18 | 0.22 | 0 | 0.89 | 0.38 | 74.68 | 0.79 | 0.34 |
| Hex | 7B | 9D | 12 | 16 | 0 | 59 | 26 | 4B | 4F | 22 |
| Octal | 173 | 235 | 22 | 26 | 0 | 131 | 46 | 113 | 117 | 42 |
| Binary | 1111011 | 10011101 | 10010 | 10110 | 0 | 1011001 | 100110 | 1001011 | 1001111 | 100010 |
Color Harmonies of #7B9D12
Complementary color
Monochromatic Colors of #7B9D12
Black with #7B9D12
Text Example
Text Example
White with #7B9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9D12; }
p { color: rgb(123,157,18); }
H1.HeaderClassName
{
color: #7B9D12;
}
.AnyTagClassName
{
color: #7B9D12;
}
</style>
background-color css
<style>
a { background-color: #7B9D12; }
a { background-color: rgb(123,157,18); }
div.DivClassName
{
background-color: #7B9D12;
}
.BgClassName
{
background-color: #7B9D12;
}
</style>
border-color css
<style>
span { border-color: #7B9D12; }
span { border-color: rgb(123,157,18); }
td.TdClassName
{
border-color: #7B9D12;
}
.TagClassName
{
border-color: #7B9D12;
}
</style>