Shades of Christi #67AD10
Tints of Christi #67AD10
RGB
CMYK
RGB Variations
Color information
#67AD10 (or 0x67AD10) is known color: Christi. HEX triplet: 67, AD and 10. RGB value is (103,173,16). Sum of RGB (Red+Green+Blue) = 103+173+16=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 173 (67.97% from 255 or 59.25% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AD10 is #9852EF. Grayscale: #868686. Windows color (decimal): -9982704 or 1092967. OLE color: 1092967.
HSL color Cylindrical-coordinate representation of color #67AD10: hue angle of 86.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67AD10 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 16 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.32 |
| HSL | 86.75º | 0.83% | 0.37% | - |
| HSV(B) | 86.75º | 0.91% | 0.68% | - |
| XYZ | 20.63 | 32.81 | 5.74 | - |
| YUV | 134.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 16 | 0.40 | 0 | 0.91 | 0.32 | 86.75 | 0.83 | 0.37 |
| Hex | 67 | AD | 10 | 28 | 0 | 5B | 20 | 57 | 53 | 25 |
| Octal | 147 | 255 | 20 | 50 | 0 | 133 | 40 | 127 | 123 | 45 |
| Binary | 1100111 | 10101101 | 10000 | 101000 | 0 | 1011011 | 100000 | 1010111 | 1010011 | 100101 |
Color Harmonies of #67AD10
Complementary color
Monochromatic Colors of #67AD10
Black with #67AD10
Text Example
Text Example
White with #67AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD10; }
p { color: rgb(103,173,16); }
H1.HeaderClassName
{
color: #67AD10;
}
.AnyTagClassName
{
color: #67AD10;
}
</style>
background-color css
<style>
a { background-color: #67AD10; }
a { background-color: rgb(103,173,16); }
div.DivClassName
{
background-color: #67AD10;
}
.BgClassName
{
background-color: #67AD10;
}
</style>
border-color css
<style>
span { border-color: #67AD10; }
span { border-color: rgb(103,173,16); }
td.TdClassName
{
border-color: #67AD10;
}
.TagClassName
{
border-color: #67AD10;
}
</style>