Shades of Christi #67A902
Tints of Christi #67A902
RGB
CMYK
RGB Variations
Color information
#67A902 (or 0x67A902) is known color: Christi. HEX triplet: 67, A9 and 02. RGB value is (103,169,2). Sum of RGB (Red+Green+Blue) = 103+169+2=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 169 (66.41% from 255 or 61.68% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 169 - color contains mainly: green. Hex color #67A902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A902 is #9856FD. Grayscale: #828282. Windows color (decimal): -9983742 or 174439. OLE color: 174439.
HSL color Cylindrical-coordinate representation of color #67A902: hue angle of 83.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67A902 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 2 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.34 |
| HSL | 83.71º | 0.98% | 0.34% | - |
| HSV(B) | 83.71º | 0.99% | 0.66% | - |
| XYZ | 19.79 | 31.26 | 5.05 | - |
| YUV | 130.23 | 55.63 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 2 | 0.39 | 0 | 0.99 | 0.34 | 83.71 | 0.98 | 0.34 |
| Hex | 67 | A9 | 2 | 27 | 0 | 63 | 22 | 54 | 62 | 22 |
| Octal | 147 | 251 | 2 | 47 | 0 | 143 | 42 | 124 | 142 | 42 |
| Binary | 1100111 | 10101001 | 10 | 100111 | 0 | 1100011 | 100010 | 1010100 | 1100010 | 100010 |
Color Harmonies of #67A902
Complementary color
Monochromatic Colors of #67A902
Black with #67A902
Text Example
Text Example
White with #67A902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A902; }
p { color: rgb(103,169,2); }
H1.HeaderClassName
{
color: #67A902;
}
.AnyTagClassName
{
color: #67A902;
}
</style>
background-color css
<style>
a { background-color: #67A902; }
a { background-color: rgb(103,169,2); }
div.DivClassName
{
background-color: #67A902;
}
.BgClassName
{
background-color: #67A902;
}
</style>
border-color css
<style>
span { border-color: #67A902; }
span { border-color: rgb(103,169,2); }
td.TdClassName
{
border-color: #67A902;
}
.TagClassName
{
border-color: #67A902;
}
</style>