Shades of Christi #67A018
Tints of Christi #67A018
RGB
CMYK
RGB Variations
Color information
#67A018 (or 0x67A018) is known color: Christi. HEX triplet: 67, A0 and 18. RGB value is (103,160,24). Sum of RGB (Red+Green+Blue) = 103+160+24=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #67A018 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A018 is #985FE7. Grayscale: #7F7F7F. Windows color (decimal): -9986024 or 1613927. OLE color: 1613927.
HSL color Cylindrical-coordinate representation of color #67A018: hue angle of 85.15º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67A018 is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 103 | 160 | 24 | - |
| CMYK | 0.36 | 0 | 0.85 | 0.37 |
| HSL | 85.15º | 0.74% | 0.36% | - |
| HSV(B) | 85.15º | 0.85% | 0.63% | - |
| XYZ | 18.33 | 28.09 | 5.32 | - |
| YUV | 127.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 160 | 24 | 0.36 | 0 | 0.85 | 0.37 | 85.15 | 0.74 | 0.36 |
| Hex | 67 | A0 | 18 | 24 | 0 | 55 | 25 | 55 | 4A | 24 |
| Octal | 147 | 240 | 30 | 44 | 0 | 125 | 45 | 125 | 112 | 44 |
| Binary | 1100111 | 10100000 | 11000 | 100100 | 0 | 1010101 | 100101 | 1010101 | 1001010 | 100100 |
Color Harmonies of #67A018
Complementary color
Monochromatic Colors of #67A018
Black with #67A018
Text Example
Text Example
White with #67A018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A018; }
p { color: rgb(103,160,24); }
H1.HeaderClassName
{
color: #67A018;
}
.AnyTagClassName
{
color: #67A018;
}
</style>
background-color css
<style>
a { background-color: #67A018; }
a { background-color: rgb(103,160,24); }
div.DivClassName
{
background-color: #67A018;
}
.BgClassName
{
background-color: #67A018;
}
</style>
border-color css
<style>
span { border-color: #67A018; }
span { border-color: rgb(103,160,24); }
td.TdClassName
{
border-color: #67A018;
}
.TagClassName
{
border-color: #67A018;
}
</style>