Shades of Christi #7BAF08
Tints of Christi #7BAF08
RGB
CMYK
RGB Variations
Color information
#7BAF08 (or 0x7BAF08) is known color: Christi. HEX triplet: 7B, AF and 08. RGB value is (123,175,8). Sum of RGB (Red+Green+Blue) = 123+175+8=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF08 is #8450F7. Grayscale: #8D8D8D. Windows color (decimal): -8671480 or 569211. OLE color: 569211.
HSL color Cylindrical-coordinate representation of color #7BAF08: hue angle of 78.68º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BAF08 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 8 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.31 |
| HSL | 78.68º | 0.91% | 0.36% | - |
| HSV(B) | 78.68º | 0.95% | 0.69% | - |
| XYZ | 23.54 | 34.89 | 5.72 | - |
| YUV | 140.41 | 53.27 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 8 | 0.30 | 0 | 0.95 | 0.31 | 78.68 | 0.91 | 0.36 |
| Hex | 7B | AF | 8 | 1E | 0 | 5F | 1F | 4F | 5B | 24 |
| Octal | 173 | 257 | 10 | 36 | 0 | 137 | 37 | 117 | 133 | 44 |
| Binary | 1111011 | 10101111 | 1000 | 11110 | 0 | 1011111 | 11111 | 1001111 | 1011011 | 100100 |
Color Harmonies of #7BAF08
Complementary color
Monochromatic Colors of #7BAF08
Black with #7BAF08
Text Example
Text Example
White with #7BAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF08; }
p { color: rgb(123,175,8); }
H1.HeaderClassName
{
color: #7BAF08;
}
.AnyTagClassName
{
color: #7BAF08;
}
</style>
background-color css
<style>
a { background-color: #7BAF08; }
a { background-color: rgb(123,175,8); }
div.DivClassName
{
background-color: #7BAF08;
}
.BgClassName
{
background-color: #7BAF08;
}
</style>
border-color css
<style>
span { border-color: #7BAF08; }
span { border-color: rgb(123,175,8); }
td.TdClassName
{
border-color: #7BAF08;
}
.TagClassName
{
border-color: #7BAF08;
}
</style>