Shades of Christi #76BE0F
Tints of Christi #76BE0F
RGB
CMYK
RGB Variations
Color information
#76BE0F (or 0x76BE0F) is known color: Christi. HEX triplet: 76, BE and 0F. RGB value is (118,190,15). Sum of RGB (Red+Green+Blue) = 118+190+15=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BE0F is #8941F0. Grayscale: #959595. Windows color (decimal): -8995313 or 1031798. OLE color: 1031798.
HSL color Cylindrical-coordinate representation of color #76BE0F: hue angle of 84.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76BE0F is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 15 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.25 |
| HSL | 84.69º | 0.85% | 0.4% | - |
| HSV(B) | 84.69º | 0.92% | 0.75% | - |
| XYZ | 25.97 | 40.71 | 6.94 | - |
| YUV | 148.52 | 52.65 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 15 | 0.38 | 0 | 0.92 | 0.25 | 84.69 | 0.85 | 0.4 |
| Hex | 76 | BE | F | 26 | 0 | 5C | 19 | 55 | 55 | 28 |
| Octal | 166 | 276 | 17 | 46 | 0 | 134 | 31 | 125 | 125 | 50 |
| Binary | 1110110 | 10111110 | 1111 | 100110 | 0 | 1011100 | 11001 | 1010101 | 1010101 | 101000 |
Color Harmonies of #76BE0F
Complementary color
Monochromatic Colors of #76BE0F
Black with #76BE0F
Text Example
Text Example
White with #76BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE0F; }
p { color: rgb(118,190,15); }
H1.HeaderClassName
{
color: #76BE0F;
}
.AnyTagClassName
{
color: #76BE0F;
}
</style>
background-color css
<style>
a { background-color: #76BE0F; }
a { background-color: rgb(118,190,15); }
div.DivClassName
{
background-color: #76BE0F;
}
.BgClassName
{
background-color: #76BE0F;
}
</style>
border-color css
<style>
span { border-color: #76BE0F; }
span { border-color: rgb(118,190,15); }
td.TdClassName
{
border-color: #76BE0F;
}
.TagClassName
{
border-color: #76BE0F;
}
</style>