Shades of Christi #7BAF03
Tints of Christi #7BAF03
RGB
CMYK
RGB Variations
Color information
#7BAF03 (or 0x7BAF03) is known color: Christi. HEX triplet: 7B, AF and 03. RGB value is (123,175,3). Sum of RGB (Red+Green+Blue) = 123+175+3=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF03 is #8450FC. Grayscale: #8C8C8C. Windows color (decimal): -8671485 or 241531. OLE color: 241531.
HSL color Cylindrical-coordinate representation of color #7BAF03: hue angle of 78.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7BAF03 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.31 |
| HSL | 78.14º | 0.97% | 0.35% | - |
| HSV(B) | 78.14º | 0.98% | 0.69% | - |
| XYZ | 23.51 | 34.88 | 5.58 | - |
| YUV | 139.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 3 | 0.30 | 0 | 0.98 | 0.31 | 78.14 | 0.97 | 0.35 |
| Hex | 7B | AF | 3 | 1E | 0 | 62 | 1F | 4E | 61 | 23 |
| Octal | 173 | 257 | 3 | 36 | 0 | 142 | 37 | 116 | 141 | 43 |
| Binary | 1111011 | 10101111 | 11 | 11110 | 0 | 1100010 | 11111 | 1001110 | 1100001 | 100011 |
Color Harmonies of #7BAF03
Complementary color
Monochromatic Colors of #7BAF03
Black with #7BAF03
Text Example
Text Example
White with #7BAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF03; }
p { color: rgb(123,175,3); }
H1.HeaderClassName
{
color: #7BAF03;
}
.AnyTagClassName
{
color: #7BAF03;
}
</style>
background-color css
<style>
a { background-color: #7BAF03; }
a { background-color: rgb(123,175,3); }
div.DivClassName
{
background-color: #7BAF03;
}
.BgClassName
{
background-color: #7BAF03;
}
</style>
border-color css
<style>
span { border-color: #7BAF03; }
span { border-color: rgb(123,175,3); }
td.TdClassName
{
border-color: #7BAF03;
}
.TagClassName
{
border-color: #7BAF03;
}
</style>