Shades of Christi #67AB14
Tints of Christi #67AB14
RGB
CMYK
RGB Variations
Color information
#67AB14 (or 0x67AB14) is known color: Christi. HEX triplet: 67, AB and 14. RGB value is (103,171,20). Sum of RGB (Red+Green+Blue) = 103+171+20=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #67AB14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AB14 is #9854EB. Grayscale: #858585. Windows color (decimal): -9983212 or 1354599. OLE color: 1354599.
HSL color Cylindrical-coordinate representation of color #67AB14: hue angle of 87.02º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67AB14 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 171 | 20 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.33 |
| HSL | 87.02º | 0.79% | 0.37% | - |
| HSV(B) | 87.02º | 0.88% | 0.67% | - |
| XYZ | 20.28 | 32.06 | 5.78 | - |
| YUV | 133.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 171 | 20 | 0.40 | 0 | 0.88 | 0.33 | 87.02 | 0.79 | 0.37 |
| Hex | 67 | AB | 14 | 28 | 0 | 58 | 21 | 57 | 4F | 25 |
| Octal | 147 | 253 | 24 | 50 | 0 | 130 | 41 | 127 | 117 | 45 |
| Binary | 1100111 | 10101011 | 10100 | 101000 | 0 | 1011000 | 100001 | 1010111 | 1001111 | 100101 |
Color Harmonies of #67AB14
Complementary color
Monochromatic Colors of #67AB14
Black with #67AB14
Text Example
Text Example
White with #67AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AB14; }
p { color: rgb(103,171,20); }
H1.HeaderClassName
{
color: #67AB14;
}
.AnyTagClassName
{
color: #67AB14;
}
</style>
background-color css
<style>
a { background-color: #67AB14; }
a { background-color: rgb(103,171,20); }
div.DivClassName
{
background-color: #67AB14;
}
.BgClassName
{
background-color: #67AB14;
}
</style>
border-color css
<style>
span { border-color: #67AB14; }
span { border-color: rgb(103,171,20); }
td.TdClassName
{
border-color: #67AB14;
}
.TagClassName
{
border-color: #67AB14;
}
</style>