Shades of Christi #67A925
Tints of Christi #67A925
RGB
CMYK
RGB Variations
Color information
#67A925 (or 0x67A925) is known color: Christi. HEX triplet: 67, A9 and 25. RGB value is (103,169,37). Sum of RGB (Red+Green+Blue) = 103+169+37=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #67A925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A925 is #9856DA. Grayscale: #868686. Windows color (decimal): -9983707 or 2468199. OLE color: 2468199.
HSL color Cylindrical-coordinate representation of color #67A925: hue angle of 90º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67A925 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 37 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.34 |
| HSL | 90º | 0.64% | 0.4% | - |
| HSV(B) | 90º | 0.78% | 0.66% | - |
| XYZ | 20.12 | 31.39 | 6.75 | - |
| YUV | 134.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 37 | 0.39 | 0 | 0.78 | 0.34 | 90 | 0.64 | 0.4 |
| Hex | 67 | A9 | 25 | 27 | 0 | 4E | 22 | 5A | 40 | 28 |
| Octal | 147 | 251 | 45 | 47 | 0 | 116 | 42 | 132 | 100 | 50 |
| Binary | 1100111 | 10101001 | 100101 | 100111 | 0 | 1001110 | 100010 | 1011010 | 1000000 | 101000 |
Color Harmonies of #67A925
Complementary color
Monochromatic Colors of #67A925
Black with #67A925
Text Example
Text Example
White with #67A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A925; }
p { color: rgb(103,169,37); }
H1.HeaderClassName
{
color: #67A925;
}
.AnyTagClassName
{
color: #67A925;
}
</style>
background-color css
<style>
a { background-color: #67A925; }
a { background-color: rgb(103,169,37); }
div.DivClassName
{
background-color: #67A925;
}
.BgClassName
{
background-color: #67A925;
}
</style>
border-color css
<style>
span { border-color: #67A925; }
span { border-color: rgb(103,169,37); }
td.TdClassName
{
border-color: #67A925;
}
.TagClassName
{
border-color: #67A925;
}
</style>