Shades of Christi #7BA408
Tints of Christi #7BA408
RGB
CMYK
RGB Variations
Color information
#7BA408 (or 0x7BA408) is known color: Christi. HEX triplet: 7B, A4 and 08. RGB value is (123,164,8). Sum of RGB (Red+Green+Blue) = 123+164+8=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #7BA408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA408 is #845BF7. Grayscale: #868686. Windows color (decimal): -8674296 or 566395. OLE color: 566395.
HSL color Cylindrical-coordinate representation of color #7BA408: hue angle of 75.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BA408 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 164 | 8 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.36 |
| HSL | 75.77º | 0.91% | 0.34% | - |
| HSV(B) | 75.77º | 0.95% | 0.64% | - |
| XYZ | 21.49 | 30.78 | 5.04 | - |
| YUV | 133.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 8 | 0.25 | 0 | 0.95 | 0.36 | 75.77 | 0.91 | 0.34 |
| Hex | 7B | A4 | 8 | 19 | 0 | 5F | 24 | 4C | 5B | 22 |
| Octal | 173 | 244 | 10 | 31 | 0 | 137 | 44 | 114 | 133 | 42 |
| Binary | 1111011 | 10100100 | 1000 | 11001 | 0 | 1011111 | 100100 | 1001100 | 1011011 | 100010 |
Color Harmonies of #7BA408
Complementary color
Monochromatic Colors of #7BA408
Black with #7BA408
Text Example
Text Example
White with #7BA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA408; }
p { color: rgb(123,164,8); }
H1.HeaderClassName
{
color: #7BA408;
}
.AnyTagClassName
{
color: #7BA408;
}
</style>
background-color css
<style>
a { background-color: #7BA408; }
a { background-color: rgb(123,164,8); }
div.DivClassName
{
background-color: #7BA408;
}
.BgClassName
{
background-color: #7BA408;
}
</style>
border-color css
<style>
span { border-color: #7BA408; }
span { border-color: rgb(123,164,8); }
td.TdClassName
{
border-color: #7BA408;
}
.TagClassName
{
border-color: #7BA408;
}
</style>