Shades of Christi #67AD03
Tints of Christi #67AD03
RGB
CMYK
RGB Variations
Color information
#67AD03 (or 0x67AD03) is known color: Christi. HEX triplet: 67, AD and 03. RGB value is (103,173,3). Sum of RGB (Red+Green+Blue) = 103+173+3=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AD03 is #9852FC. Grayscale: #858585. Windows color (decimal): -9982717 or 240999. OLE color: 240999.
HSL color Cylindrical-coordinate representation of color #67AD03: hue angle of 84.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #67AD03 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 3 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.32 |
| HSL | 84.71º | 0.97% | 0.35% | - |
| HSV(B) | 84.71º | 0.98% | 0.68% | - |
| XYZ | 20.55 | 32.78 | 5.33 | - |
| YUV | 132.69 | 54.81 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 3 | 0.40 | 0 | 0.98 | 0.32 | 84.71 | 0.97 | 0.35 |
| Hex | 67 | AD | 3 | 28 | 0 | 62 | 20 | 55 | 61 | 23 |
| Octal | 147 | 255 | 3 | 50 | 0 | 142 | 40 | 125 | 141 | 43 |
| Binary | 1100111 | 10101101 | 11 | 101000 | 0 | 1100010 | 100000 | 1010101 | 1100001 | 100011 |
Color Harmonies of #67AD03
Complementary color
Monochromatic Colors of #67AD03
Black with #67AD03
Text Example
Text Example
White with #67AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD03; }
p { color: rgb(103,173,3); }
H1.HeaderClassName
{
color: #67AD03;
}
.AnyTagClassName
{
color: #67AD03;
}
</style>
background-color css
<style>
a { background-color: #67AD03; }
a { background-color: rgb(103,173,3); }
div.DivClassName
{
background-color: #67AD03;
}
.BgClassName
{
background-color: #67AD03;
}
</style>
border-color css
<style>
span { border-color: #67AD03; }
span { border-color: rgb(103,173,3); }
td.TdClassName
{
border-color: #67AD03;
}
.TagClassName
{
border-color: #67AD03;
}
</style>