Shades of Christi #7BA40D
Tints of Christi #7BA40D
RGB
CMYK
RGB Variations
Color information
#7BA40D (or 0x7BA40D) is known color: Christi. HEX triplet: 7B, A4 and 0D. RGB value is (123,164,13). Sum of RGB (Red+Green+Blue) = 123+164+13=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA40D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA40D is #845BF2. Grayscale: #878787. Windows color (decimal): -8674291 or 894075. OLE color: 894075.
HSL color Cylindrical-coordinate representation of color #7BA40D: hue angle of 76.29º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BA40D is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 13 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.36 |
| HSL | 76.29º | 0.85% | 0.35% | - |
| HSV(B) | 76.29º | 0.92% | 0.64% | - |
| XYZ | 21.52 | 30.79 | 5.19 | - |
| YUV | 134.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 13 | 0.25 | 0 | 0.92 | 0.36 | 76.29 | 0.85 | 0.35 |
| Hex | 7B | A4 | D | 19 | 0 | 5C | 24 | 4C | 55 | 23 |
| Octal | 173 | 244 | 15 | 31 | 0 | 134 | 44 | 114 | 125 | 43 |
| Binary | 1111011 | 10100100 | 1101 | 11001 | 0 | 1011100 | 100100 | 1001100 | 1010101 | 100011 |
Color Harmonies of #7BA40D
Complementary color
Monochromatic Colors of #7BA40D
Black with #7BA40D
Text Example
Text Example
White with #7BA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA40D; }
p { color: rgb(123,164,13); }
H1.HeaderClassName
{
color: #7BA40D;
}
.AnyTagClassName
{
color: #7BA40D;
}
</style>
background-color css
<style>
a { background-color: #7BA40D; }
a { background-color: rgb(123,164,13); }
div.DivClassName
{
background-color: #7BA40D;
}
.BgClassName
{
background-color: #7BA40D;
}
</style>
border-color css
<style>
span { border-color: #7BA40D; }
span { border-color: rgb(123,164,13); }
td.TdClassName
{
border-color: #7BA40D;
}
.TagClassName
{
border-color: #7BA40D;
}
</style>