Shades of Christi #67A407
Tints of Christi #67A407
RGB
CMYK
RGB Variations
Color information
#67A407 (or 0x67A407) is known color: Christi. HEX triplet: 67, A4 and 07. RGB value is (103,164,7). Sum of RGB (Red+Green+Blue) = 103+164+7=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #67A407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A407 is #985BF8. Grayscale: #808080. Windows color (decimal): -9985017 or 500839. OLE color: 500839.
HSL color Cylindrical-coordinate representation of color #67A407: hue angle of 83.31º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67A407 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 164 | 7 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.36 |
| HSL | 83.31º | 0.92% | 0.34% | - |
| HSV(B) | 83.31º | 0.96% | 0.64% | - |
| XYZ | 18.91 | 29.45 | 4.89 | - |
| YUV | 127.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 7 | 0.37 | 0 | 0.96 | 0.36 | 83.31 | 0.92 | 0.34 |
| Hex | 67 | A4 | 7 | 25 | 0 | 60 | 24 | 53 | 5C | 22 |
| Octal | 147 | 244 | 7 | 45 | 0 | 140 | 44 | 123 | 134 | 42 |
| Binary | 1100111 | 10100100 | 111 | 100101 | 0 | 1100000 | 100100 | 1010011 | 1011100 | 100010 |
Color Harmonies of #67A407
Complementary color
Monochromatic Colors of #67A407
Black with #67A407
Text Example
Text Example
White with #67A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A407; }
p { color: rgb(103,164,7); }
H1.HeaderClassName
{
color: #67A407;
}
.AnyTagClassName
{
color: #67A407;
}
</style>
background-color css
<style>
a { background-color: #67A407; }
a { background-color: rgb(103,164,7); }
div.DivClassName
{
background-color: #67A407;
}
.BgClassName
{
background-color: #67A407;
}
</style>
border-color css
<style>
span { border-color: #67A407; }
span { border-color: rgb(103,164,7); }
td.TdClassName
{
border-color: #67A407;
}
.TagClassName
{
border-color: #67A407;
}
</style>