Shades of Christi #67AD05
Tints of Christi #67AD05
RGB
CMYK
RGB Variations
Color information
#67AD05 (or 0x67AD05) is known color: Christi. HEX triplet: 67, AD and 05. RGB value is (103,173,5). Sum of RGB (Red+Green+Blue) = 103+173+5=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 173 (67.97% from 255 or 61.57% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AD05 is #9852FA. Grayscale: #858585. Windows color (decimal): -9982715 or 372071. OLE color: 372071.
HSL color Cylindrical-coordinate representation of color #67AD05: hue angle of 85º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67AD05 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 5 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.32 |
| HSL | 85º | 0.94% | 0.35% | - |
| HSV(B) | 85º | 0.97% | 0.68% | - |
| XYZ | 20.56 | 32.78 | 5.39 | - |
| YUV | 132.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 5 | 0.40 | 0 | 0.97 | 0.32 | 85 | 0.94 | 0.35 |
| Hex | 67 | AD | 5 | 28 | 0 | 61 | 20 | 55 | 5E | 23 |
| Octal | 147 | 255 | 5 | 50 | 0 | 141 | 40 | 125 | 136 | 43 |
| Binary | 1100111 | 10101101 | 101 | 101000 | 0 | 1100001 | 100000 | 1010101 | 1011110 | 100011 |
Color Harmonies of #67AD05
Complementary color
Monochromatic Colors of #67AD05
Black with #67AD05
Text Example
Text Example
White with #67AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD05; }
p { color: rgb(103,173,5); }
H1.HeaderClassName
{
color: #67AD05;
}
.AnyTagClassName
{
color: #67AD05;
}
</style>
background-color css
<style>
a { background-color: #67AD05; }
a { background-color: rgb(103,173,5); }
div.DivClassName
{
background-color: #67AD05;
}
.BgClassName
{
background-color: #67AD05;
}
</style>
border-color css
<style>
span { border-color: #67AD05; }
span { border-color: rgb(103,173,5); }
td.TdClassName
{
border-color: #67AD05;
}
.TagClassName
{
border-color: #67AD05;
}
</style>