Shades of Christi #67AA10
Tints of Christi #67AA10
RGB
CMYK
RGB Variations
Color information
#67AA10 (or 0x67AA10) is known color: Christi. HEX triplet: 67, AA and 10. RGB value is (103,170,16). Sum of RGB (Red+Green+Blue) = 103+170+16=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AA10 is #9855EF. Grayscale: #848484. Windows color (decimal): -9983472 or 1092199. OLE color: 1092199.
HSL color Cylindrical-coordinate representation of color #67AA10: hue angle of 86.1º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67AA10 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 170 | 16 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.33 |
| HSL | 86.1º | 0.83% | 0.36% | - |
| HSV(B) | 86.1º | 0.91% | 0.67% | - |
| XYZ | 20.06 | 31.67 | 5.55 | - |
| YUV | 132.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 170 | 16 | 0.39 | 0 | 0.91 | 0.33 | 86.1 | 0.83 | 0.36 |
| Hex | 67 | AA | 10 | 27 | 0 | 5B | 21 | 56 | 53 | 24 |
| Octal | 147 | 252 | 20 | 47 | 0 | 133 | 41 | 126 | 123 | 44 |
| Binary | 1100111 | 10101010 | 10000 | 100111 | 0 | 1011011 | 100001 | 1010110 | 1010011 | 100100 |
Color Harmonies of #67AA10
Complementary color
Monochromatic Colors of #67AA10
Black with #67AA10
Text Example
Text Example
White with #67AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AA10; }
p { color: rgb(103,170,16); }
H1.HeaderClassName
{
color: #67AA10;
}
.AnyTagClassName
{
color: #67AA10;
}
</style>
background-color css
<style>
a { background-color: #67AA10; }
a { background-color: rgb(103,170,16); }
div.DivClassName
{
background-color: #67AA10;
}
.BgClassName
{
background-color: #67AA10;
}
</style>
border-color css
<style>
span { border-color: #67AA10; }
span { border-color: rgb(103,170,16); }
td.TdClassName
{
border-color: #67AA10;
}
.TagClassName
{
border-color: #67AA10;
}
</style>