Shades of Christi #67BA27
Tints of Christi #67BA27
RGB
CMYK
RGB Variations
Color information
#67BA27 (or 0x67BA27) is known color: Christi. HEX triplet: 67, BA and 27. RGB value is (103,186,39). Sum of RGB (Red+Green+Blue) = 103+186+39=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #67BA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67BA27 is #9845D8. Grayscale: #909090. Windows color (decimal): -9979353 or 2603623. OLE color: 2603623.
HSL color Cylindrical-coordinate representation of color #67BA27: hue angle of 93.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67BA27 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 186 | 39 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.27 |
| HSL | 93.88º | 0.65% | 0.44% | - |
| HSV(B) | 93.88º | 0.79% | 0.73% | - |
| XYZ | 23.52 | 38.15 | 8.04 | - |
| YUV | 144.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 186 | 39 | 0.45 | 0 | 0.79 | 0.27 | 93.88 | 0.65 | 0.44 |
| Hex | 67 | BA | 27 | 2D | 0 | 4F | 1B | 5E | 41 | 2C |
| Octal | 147 | 272 | 47 | 55 | 0 | 117 | 33 | 136 | 101 | 54 |
| Binary | 1100111 | 10111010 | 100111 | 101101 | 0 | 1001111 | 11011 | 1011110 | 1000001 | 101100 |
Color Harmonies of #67BA27
Complementary color
Monochromatic Colors of #67BA27
Black with #67BA27
Text Example
Text Example
White with #67BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BA27; }
p { color: rgb(103,186,39); }
H1.HeaderClassName
{
color: #67BA27;
}
.AnyTagClassName
{
color: #67BA27;
}
</style>
background-color css
<style>
a { background-color: #67BA27; }
a { background-color: rgb(103,186,39); }
div.DivClassName
{
background-color: #67BA27;
}
.BgClassName
{
background-color: #67BA27;
}
</style>
border-color css
<style>
span { border-color: #67BA27; }
span { border-color: rgb(103,186,39); }
td.TdClassName
{
border-color: #67BA27;
}
.TagClassName
{
border-color: #67BA27;
}
</style>