Shades of Christi #67BC08
Tints of Christi #67BC08
RGB
CMYK
RGB Variations
Color information
#67BC08 (or 0x67BC08) is known color: Christi. HEX triplet: 67, BC and 08. RGB value is (103,188,8). Sum of RGB (Red+Green+Blue) = 103+188+8=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BC08 is #9843F7. Grayscale: #8E8E8E. Windows color (decimal): -9978872 or 572519. OLE color: 572519.
HSL color Cylindrical-coordinate representation of color #67BC08: hue angle of 88.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67BC08 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 8 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.26 |
| HSL | 88.33º | 0.92% | 0.38% | - |
| HSV(B) | 88.33º | 0.96% | 0.74% | - |
| XYZ | 23.62 | 38.87 | 6.49 | - |
| YUV | 142.07 | 52.34 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 8 | 0.45 | 0 | 0.96 | 0.26 | 88.33 | 0.92 | 0.38 |
| Hex | 67 | BC | 8 | 2D | 0 | 60 | 1A | 58 | 5C | 26 |
| Octal | 147 | 274 | 10 | 55 | 0 | 140 | 32 | 130 | 134 | 46 |
| Binary | 1100111 | 10111100 | 1000 | 101101 | 0 | 1100000 | 11010 | 1011000 | 1011100 | 100110 |
Color Harmonies of #67BC08
Complementary color
Monochromatic Colors of #67BC08
Black with #67BC08
Text Example
Text Example
White with #67BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC08; }
p { color: rgb(103,188,8); }
H1.HeaderClassName
{
color: #67BC08;
}
.AnyTagClassName
{
color: #67BC08;
}
</style>
background-color css
<style>
a { background-color: #67BC08; }
a { background-color: rgb(103,188,8); }
div.DivClassName
{
background-color: #67BC08;
}
.BgClassName
{
background-color: #67BC08;
}
</style>
border-color css
<style>
span { border-color: #67BC08; }
span { border-color: rgb(103,188,8); }
td.TdClassName
{
border-color: #67BC08;
}
.TagClassName
{
border-color: #67BC08;
}
</style>