Shades of Christi #7BAE08
Tints of Christi #7BAE08
RGB
CMYK
RGB Variations
Color information
#7BAE08 (or 0x7BAE08) is known color: Christi. HEX triplet: 7B, AE and 08. RGB value is (123,174,8). Sum of RGB (Red+Green+Blue) = 123+174+8=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAE08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAE08 is #8451F7. Grayscale: #8C8C8C. Windows color (decimal): -8671736 or 568955. OLE color: 568955.
HSL color Cylindrical-coordinate representation of color #7BAE08: hue angle of 78.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7BAE08 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 174 | 8 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.32 |
| HSL | 78.43º | 0.91% | 0.36% | - |
| HSV(B) | 78.43º | 0.95% | 0.68% | - |
| XYZ | 23.35 | 34.5 | 5.66 | - |
| YUV | 139.83 | 53.6 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 8 | 0.29 | 0 | 0.95 | 0.32 | 78.43 | 0.91 | 0.36 |
| Hex | 7B | AE | 8 | 1D | 0 | 5F | 20 | 4E | 5B | 24 |
| Octal | 173 | 256 | 10 | 35 | 0 | 137 | 40 | 116 | 133 | 44 |
| Binary | 1111011 | 10101110 | 1000 | 11101 | 0 | 1011111 | 100000 | 1001110 | 1011011 | 100100 |
Color Harmonies of #7BAE08
Complementary color
Monochromatic Colors of #7BAE08
Black with #7BAE08
Text Example
Text Example
White with #7BAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAE08; }
p { color: rgb(123,174,8); }
H1.HeaderClassName
{
color: #7BAE08;
}
.AnyTagClassName
{
color: #7BAE08;
}
</style>
background-color css
<style>
a { background-color: #7BAE08; }
a { background-color: rgb(123,174,8); }
div.DivClassName
{
background-color: #7BAE08;
}
.BgClassName
{
background-color: #7BAE08;
}
</style>
border-color css
<style>
span { border-color: #7BAE08; }
span { border-color: rgb(123,174,8); }
td.TdClassName
{
border-color: #7BAE08;
}
.TagClassName
{
border-color: #7BAE08;
}
</style>