Shades of Christi #67A901
Tints of Christi #67A901
RGB
CMYK
RGB Variations
Color information
#67A901 (or 0x67A901) is known color: Christi. HEX triplet: 67, A9 and 01. RGB value is (103,169,1). Sum of RGB (Red+Green+Blue) = 103+169+1=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #67A901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A901 is #9856FE. Grayscale: #828282. Windows color (decimal): -9983743 or 108903. OLE color: 108903.
HSL color Cylindrical-coordinate representation of color #67A901: hue angle of 83.57º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67A901 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 169 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.34 |
| HSL | 83.57º | 0.99% | 0.33% | - |
| HSV(B) | 83.57º | 0.99% | 0.66% | - |
| XYZ | 19.79 | 31.26 | 5.02 | - |
| YUV | 130.11 | 55.13 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 169 | 1 | 0.39 | 0 | 0.99 | 0.34 | 83.57 | 0.99 | 0.33 |
| Hex | 67 | A9 | 1 | 27 | 0 | 63 | 22 | 54 | 63 | 21 |
| Octal | 147 | 251 | 1 | 47 | 0 | 143 | 42 | 124 | 143 | 41 |
| Binary | 1100111 | 10101001 | 1 | 100111 | 0 | 1100011 | 100010 | 1010100 | 1100011 | 100001 |
Color Harmonies of #67A901
Complementary color
Monochromatic Colors of #67A901
Black with #67A901
Text Example
Text Example
White with #67A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A901; }
p { color: rgb(103,169,1); }
H1.HeaderClassName
{
color: #67A901;
}
.AnyTagClassName
{
color: #67A901;
}
</style>
background-color css
<style>
a { background-color: #67A901; }
a { background-color: rgb(103,169,1); }
div.DivClassName
{
background-color: #67A901;
}
.BgClassName
{
background-color: #67A901;
}
</style>
border-color css
<style>
span { border-color: #67A901; }
span { border-color: rgb(103,169,1); }
td.TdClassName
{
border-color: #67A901;
}
.TagClassName
{
border-color: #67A901;
}
</style>