Shades of Christi #67C010
Tints of Christi #67C010
RGB
CMYK
RGB Variations
Color information
#67C010 (or 0x67C010) is known color: Christi. HEX triplet: 67, C0 and 10. RGB value is (103,192,16). Sum of RGB (Red+Green+Blue) = 103+192+16=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #67C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67C010 is #983FEF. Grayscale: #919191. Windows color (decimal): -9977840 or 1097831. OLE color: 1097831.
HSL color Cylindrical-coordinate representation of color #67C010: hue angle of 90.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67C010 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.25 |
| HSL | 90.34º | 0.85% | 0.41% | - |
| HSV(B) | 90.34º | 0.92% | 0.75% | - |
| XYZ | 24.54 | 40.62 | 7.04 | - |
| YUV | 145.33 | 55.01 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 16 | 0.46 | 0 | 0.92 | 0.25 | 90.34 | 0.85 | 0.41 |
| Hex | 67 | C0 | 10 | 2E | 0 | 5C | 19 | 5A | 55 | 29 |
| Octal | 147 | 300 | 20 | 56 | 0 | 134 | 31 | 132 | 125 | 51 |
| Binary | 1100111 | 11000000 | 10000 | 101110 | 0 | 1011100 | 11001 | 1011010 | 1010101 | 101001 |
Color Harmonies of #67C010
Complementary color
Monochromatic Colors of #67C010
Black with #67C010
Text Example
Text Example
White with #67C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C010; }
p { color: rgb(103,192,16); }
H1.HeaderClassName
{
color: #67C010;
}
.AnyTagClassName
{
color: #67C010;
}
</style>
background-color css
<style>
a { background-color: #67C010; }
a { background-color: rgb(103,192,16); }
div.DivClassName
{
background-color: #67C010;
}
.BgClassName
{
background-color: #67C010;
}
</style>
border-color css
<style>
span { border-color: #67C010; }
span { border-color: rgb(103,192,16); }
td.TdClassName
{
border-color: #67C010;
}
.TagClassName
{
border-color: #67C010;
}
</style>