Shades of Christi #67BC0F
Tints of Christi #67BC0F
RGB
CMYK
RGB Variations
Color information
#67BC0F (or 0x67BC0F) is known color: Christi. HEX triplet: 67, BC and 0F. RGB value is (103,188,15). Sum of RGB (Red+Green+Blue) = 103+188+15=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BC0F is #9843F0. Grayscale: #8F8F8F. Windows color (decimal): -9978865 or 1031271. OLE color: 1031271.
HSL color Cylindrical-coordinate representation of color #67BC0F: hue angle of 89.48º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67BC0F is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 15 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.26 |
| HSL | 89.48º | 0.85% | 0.4% | - |
| HSV(B) | 89.48º | 0.92% | 0.74% | - |
| XYZ | 23.66 | 38.88 | 6.71 | - |
| YUV | 142.86 | 55.84 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 15 | 0.45 | 0 | 0.92 | 0.26 | 89.48 | 0.85 | 0.4 |
| Hex | 67 | BC | F | 2D | 0 | 5C | 1A | 59 | 55 | 28 |
| Octal | 147 | 274 | 17 | 55 | 0 | 134 | 32 | 131 | 125 | 50 |
| Binary | 1100111 | 10111100 | 1111 | 101101 | 0 | 1011100 | 11010 | 1011001 | 1010101 | 101000 |
Color Harmonies of #67BC0F
Complementary color
Monochromatic Colors of #67BC0F
Black with #67BC0F
Text Example
Text Example
White with #67BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC0F; }
p { color: rgb(103,188,15); }
H1.HeaderClassName
{
color: #67BC0F;
}
.AnyTagClassName
{
color: #67BC0F;
}
</style>
background-color css
<style>
a { background-color: #67BC0F; }
a { background-color: rgb(103,188,15); }
div.DivClassName
{
background-color: #67BC0F;
}
.BgClassName
{
background-color: #67BC0F;
}
</style>
border-color css
<style>
span { border-color: #67BC0F; }
span { border-color: rgb(103,188,15); }
td.TdClassName
{
border-color: #67BC0F;
}
.TagClassName
{
border-color: #67BC0F;
}
</style>