Shades of Christi #67AD01
Tints of Christi #67AD01
RGB
CMYK
RGB Variations
Color information
#67AD01 (or 0x67AD01) is known color: Christi. HEX triplet: 67, AD and 01. RGB value is (103,173,1). Sum of RGB (Red+Green+Blue) = 103+173+1=277 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.18% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67AD01 is #9852FE. Grayscale: #858585. Windows color (decimal): -9982719 or 109927. OLE color: 109927.
HSL color Cylindrical-coordinate representation of color #67AD01: hue angle of 84.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67AD01 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.32 |
| HSL | 84.42º | 0.99% | 0.34% | - |
| HSV(B) | 84.42º | 0.99% | 0.68% | - |
| XYZ | 20.54 | 32.77 | 5.27 | - |
| YUV | 132.46 | 53.81 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 1 | 0.40 | 0 | 0.99 | 0.32 | 84.42 | 0.99 | 0.34 |
| Hex | 67 | AD | 1 | 28 | 0 | 63 | 20 | 54 | 63 | 22 |
| Octal | 147 | 255 | 1 | 50 | 0 | 143 | 40 | 124 | 143 | 42 |
| Binary | 1100111 | 10101101 | 1 | 101000 | 0 | 1100011 | 100000 | 1010100 | 1100011 | 100010 |
Color Harmonies of #67AD01
Complementary color
Monochromatic Colors of #67AD01
Black with #67AD01
Text Example
Text Example
White with #67AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD01; }
p { color: rgb(103,173,1); }
H1.HeaderClassName
{
color: #67AD01;
}
.AnyTagClassName
{
color: #67AD01;
}
</style>
background-color css
<style>
a { background-color: #67AD01; }
a { background-color: rgb(103,173,1); }
div.DivClassName
{
background-color: #67AD01;
}
.BgClassName
{
background-color: #67AD01;
}
</style>
border-color css
<style>
span { border-color: #67AD01; }
span { border-color: rgb(103,173,1); }
td.TdClassName
{
border-color: #67AD01;
}
.TagClassName
{
border-color: #67AD01;
}
</style>