Shades of Christi #67AF28
Tints of Christi #67AF28
RGB
CMYK
RGB Variations
Color information
#67AF28 (or 0x67AF28) is known color: Christi. HEX triplet: 67, AF and 28. RGB value is (103,175,40). Sum of RGB (Red+Green+Blue) = 103+175+40=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #67AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AF28 is #9850D7. Grayscale: #8A8A8A. Windows color (decimal): -9982168 or 2666343. OLE color: 2666343.
HSL color Cylindrical-coordinate representation of color #67AF28: hue angle of 92º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67AF28 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 175 | 40 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.31 |
| HSL | 92º | 0.63% | 0.42% | - |
| HSV(B) | 92º | 0.77% | 0.69% | - |
| XYZ | 21.31 | 33.7 | 7.39 | - |
| YUV | 138.08 | 72.65 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 40 | 0.41 | 0 | 0.77 | 0.31 | 92 | 0.63 | 0.42 |
| Hex | 67 | AF | 28 | 29 | 0 | 4D | 1F | 5C | 3F | 2A |
| Octal | 147 | 257 | 50 | 51 | 0 | 115 | 37 | 134 | 77 | 52 |
| Binary | 1100111 | 10101111 | 101000 | 101001 | 0 | 1001101 | 11111 | 1011100 | 111111 | 101010 |
Color Harmonies of #67AF28
Complementary color
Monochromatic Colors of #67AF28
Black with #67AF28
Text Example
Text Example
White with #67AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AF28; }
p { color: rgb(103,175,40); }
H1.HeaderClassName
{
color: #67AF28;
}
.AnyTagClassName
{
color: #67AF28;
}
</style>
background-color css
<style>
a { background-color: #67AF28; }
a { background-color: rgb(103,175,40); }
div.DivClassName
{
background-color: #67AF28;
}
.BgClassName
{
background-color: #67AF28;
}
</style>
border-color css
<style>
span { border-color: #67AF28; }
span { border-color: rgb(103,175,40); }
td.TdClassName
{
border-color: #67AF28;
}
.TagClassName
{
border-color: #67AF28;
}
</style>