Shades of Christi #7BA208
Tints of Christi #7BA208
RGB
CMYK
RGB Variations
Color information
#7BA208 (or 0x7BA208) is known color: Christi. HEX triplet: 7B, A2 and 08. RGB value is (123,162,8). Sum of RGB (Red+Green+Blue) = 123+162+8=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BA208 is #845DF7. Grayscale: #858585. Windows color (decimal): -8674808 or 565883. OLE color: 565883.
HSL color Cylindrical-coordinate representation of color #7BA208: hue angle of 75.19º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BA208 is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 8 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.36 |
| HSL | 75.19º | 0.91% | 0.33% | - |
| HSV(B) | 75.19º | 0.95% | 0.64% | - |
| XYZ | 21.13 | 30.07 | 4.92 | - |
| YUV | 132.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 8 | 0.24 | 0 | 0.95 | 0.36 | 75.19 | 0.91 | 0.33 |
| Hex | 7B | A2 | 8 | 18 | 0 | 5F | 24 | 4B | 5B | 21 |
| Octal | 173 | 242 | 10 | 30 | 0 | 137 | 44 | 113 | 133 | 41 |
| Binary | 1111011 | 10100010 | 1000 | 11000 | 0 | 1011111 | 100100 | 1001011 | 1011011 | 100001 |
Color Harmonies of #7BA208
Complementary color
Monochromatic Colors of #7BA208
Black with #7BA208
Text Example
Text Example
White with #7BA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA208; }
p { color: rgb(123,162,8); }
H1.HeaderClassName
{
color: #7BA208;
}
.AnyTagClassName
{
color: #7BA208;
}
</style>
background-color css
<style>
a { background-color: #7BA208; }
a { background-color: rgb(123,162,8); }
div.DivClassName
{
background-color: #7BA208;
}
.BgClassName
{
background-color: #7BA208;
}
</style>
border-color css
<style>
span { border-color: #7BA208; }
span { border-color: rgb(123,162,8); }
td.TdClassName
{
border-color: #7BA208;
}
.TagClassName
{
border-color: #7BA208;
}
</style>