Shades of Christi #7BAA08
Tints of Christi #7BAA08
RGB
CMYK
RGB Variations
Color information
#7BAA08 (or 0x7BAA08) is known color: Christi. HEX triplet: 7B, AA and 08. RGB value is (123,170,8). Sum of RGB (Red+Green+Blue) = 123+170+8=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAA08 is #8455F7. Grayscale: #8A8A8A. Windows color (decimal): -8672760 or 567931. OLE color: 567931.
HSL color Cylindrical-coordinate representation of color #7BAA08: hue angle of 77.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BAA08 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 8 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.33 |
| HSL | 77.41º | 0.91% | 0.35% | - |
| HSV(B) | 77.41º | 0.95% | 0.67% | - |
| XYZ | 22.59 | 32.98 | 5.4 | - |
| YUV | 137.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 8 | 0.28 | 0 | 0.95 | 0.33 | 77.41 | 0.91 | 0.35 |
| Hex | 7B | AA | 8 | 1C | 0 | 5F | 21 | 4D | 5B | 23 |
| Octal | 173 | 252 | 10 | 34 | 0 | 137 | 41 | 115 | 133 | 43 |
| Binary | 1111011 | 10101010 | 1000 | 11100 | 0 | 1011111 | 100001 | 1001101 | 1011011 | 100011 |
Color Harmonies of #7BAA08
Complementary color
Monochromatic Colors of #7BAA08
Black with #7BAA08
Text Example
Text Example
White with #7BAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA08; }
p { color: rgb(123,170,8); }
H1.HeaderClassName
{
color: #7BAA08;
}
.AnyTagClassName
{
color: #7BAA08;
}
</style>
background-color css
<style>
a { background-color: #7BAA08; }
a { background-color: rgb(123,170,8); }
div.DivClassName
{
background-color: #7BAA08;
}
.BgClassName
{
background-color: #7BAA08;
}
</style>
border-color css
<style>
span { border-color: #7BAA08; }
span { border-color: rgb(123,170,8); }
td.TdClassName
{
border-color: #7BAA08;
}
.TagClassName
{
border-color: #7BAA08;
}
</style>