Shades of Christi #67AD25
Tints of Christi #67AD25
RGB
CMYK
RGB Variations
Color information
#67AD25 (or 0x67AD25) is known color: Christi. HEX triplet: 67, AD and 25. RGB value is (103,173,37). Sum of RGB (Red+Green+Blue) = 103+173+37=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 37 (14.84% from 255 or 11.82% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #67AD25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AD25 is #9852DA. Grayscale: #898989. Windows color (decimal): -9982683 or 2469223. OLE color: 2469223.
HSL color Cylindrical-coordinate representation of color #67AD25: hue angle of 90.88º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67AD25 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 173 | 37 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.32 |
| HSL | 90.88º | 0.65% | 0.41% | - |
| HSV(B) | 90.88º | 0.79% | 0.68% | - |
| XYZ | 20.87 | 32.9 | 7 | - |
| YUV | 136.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 37 | 0.40 | 0 | 0.79 | 0.32 | 90.88 | 0.65 | 0.41 |
| Hex | 67 | AD | 25 | 28 | 0 | 4F | 20 | 5B | 41 | 29 |
| Octal | 147 | 255 | 45 | 50 | 0 | 117 | 40 | 133 | 101 | 51 |
| Binary | 1100111 | 10101101 | 100101 | 101000 | 0 | 1001111 | 100000 | 1011011 | 1000001 | 101001 |
Color Harmonies of #67AD25
Complementary color
Monochromatic Colors of #67AD25
Black with #67AD25
Text Example
Text Example
White with #67AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AD25; }
p { color: rgb(103,173,37); }
H1.HeaderClassName
{
color: #67AD25;
}
.AnyTagClassName
{
color: #67AD25;
}
</style>
background-color css
<style>
a { background-color: #67AD25; }
a { background-color: rgb(103,173,37); }
div.DivClassName
{
background-color: #67AD25;
}
.BgClassName
{
background-color: #67AD25;
}
</style>
border-color css
<style>
span { border-color: #67AD25; }
span { border-color: rgb(103,173,37); }
td.TdClassName
{
border-color: #67AD25;
}
.TagClassName
{
border-color: #67AD25;
}
</style>