Shades of Christi #7BAF02
Tints of Christi #7BAF02
RGB
CMYK
RGB Variations
Color information
#7BAF02 (or 0x7BAF02) is known color: Christi. HEX triplet: 7B, AF and 02. RGB value is (123,175,2). Sum of RGB (Red+Green+Blue) = 123+175+2=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF02 is #8450FD. Grayscale: #8C8C8C. Windows color (decimal): -8671486 or 175995. OLE color: 175995.
HSL color Cylindrical-coordinate representation of color #7BAF02: hue angle of 78.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BAF02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.31 |
| HSL | 78.03º | 0.98% | 0.35% | - |
| HSV(B) | 78.03º | 0.99% | 0.69% | - |
| XYZ | 23.51 | 34.88 | 5.55 | - |
| YUV | 139.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 2 | 0.30 | 0 | 0.99 | 0.31 | 78.03 | 0.98 | 0.35 |
| Hex | 7B | AF | 2 | 1E | 0 | 63 | 1F | 4E | 62 | 23 |
| Octal | 173 | 257 | 2 | 36 | 0 | 143 | 37 | 116 | 142 | 43 |
| Binary | 1111011 | 10101111 | 10 | 11110 | 0 | 1100011 | 11111 | 1001110 | 1100010 | 100011 |
Color Harmonies of #7BAF02
Complementary color
Monochromatic Colors of #7BAF02
Black with #7BAF02
Text Example
Text Example
White with #7BAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF02; }
p { color: rgb(123,175,2); }
H1.HeaderClassName
{
color: #7BAF02;
}
.AnyTagClassName
{
color: #7BAF02;
}
</style>
background-color css
<style>
a { background-color: #7BAF02; }
a { background-color: rgb(123,175,2); }
div.DivClassName
{
background-color: #7BAF02;
}
.BgClassName
{
background-color: #7BAF02;
}
</style>
border-color css
<style>
span { border-color: #7BAF02; }
span { border-color: rgb(123,175,2); }
td.TdClassName
{
border-color: #7BAF02;
}
.TagClassName
{
border-color: #7BAF02;
}
</style>