Shades of Christi #67AC10
Tints of Christi #67AC10
RGB
CMYK
RGB Variations
Color information
#67AC10 (or 0x67AC10) is known color: Christi. HEX triplet: 67, AC and 10. RGB value is (103,172,16). Sum of RGB (Red+Green+Blue) = 103+172+16=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 172 (67.58% from 255 or 59.11% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 172 - color contains mainly: green. Hex color #67AC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AC10 is #9853EF. Grayscale: #868686. Windows color (decimal): -9982960 or 1092711. OLE color: 1092711.
HSL color Cylindrical-coordinate representation of color #67AC10: hue angle of 86.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67AC10 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 172 | 16 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.33 |
| HSL | 86.54º | 0.83% | 0.37% | - |
| HSV(B) | 86.54º | 0.91% | 0.67% | - |
| XYZ | 20.44 | 32.43 | 5.67 | - |
| YUV | 133.59 | 61.64 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 16 | 0.40 | 0 | 0.91 | 0.33 | 86.54 | 0.83 | 0.37 |
| Hex | 67 | AC | 10 | 28 | 0 | 5B | 21 | 57 | 53 | 25 |
| Octal | 147 | 254 | 20 | 50 | 0 | 133 | 41 | 127 | 123 | 45 |
| Binary | 1100111 | 10101100 | 10000 | 101000 | 0 | 1011011 | 100001 | 1010111 | 1010011 | 100101 |
Color Harmonies of #67AC10
Complementary color
Monochromatic Colors of #67AC10
Black with #67AC10
Text Example
Text Example
White with #67AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AC10; }
p { color: rgb(103,172,16); }
H1.HeaderClassName
{
color: #67AC10;
}
.AnyTagClassName
{
color: #67AC10;
}
</style>
background-color css
<style>
a { background-color: #67AC10; }
a { background-color: rgb(103,172,16); }
div.DivClassName
{
background-color: #67AC10;
}
.BgClassName
{
background-color: #67AC10;
}
</style>
border-color css
<style>
span { border-color: #67AC10; }
span { border-color: rgb(103,172,16); }
td.TdClassName
{
border-color: #67AC10;
}
.TagClassName
{
border-color: #67AC10;
}
</style>