Shades of Christi #67A710
Tints of Christi #67A710
RGB
CMYK
RGB Variations
Color information
#67A710 (or 0x67A710) is known color: Christi. HEX triplet: 67, A7 and 10. RGB value is (103,167,16). Sum of RGB (Red+Green+Blue) = 103+167+16=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #67A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A710 is #9858EF. Grayscale: #838383. Windows color (decimal): -9984240 or 1091431. OLE color: 1091431.
HSL color Cylindrical-coordinate representation of color #67A710: hue angle of 85.43º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67A710 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 167 | 16 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.35 |
| HSL | 85.43º | 0.83% | 0.36% | - |
| HSV(B) | 85.43º | 0.9% | 0.65% | - |
| XYZ | 19.51 | 30.56 | 5.36 | - |
| YUV | 130.65 | 63.3 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 167 | 16 | 0.38 | 0 | 0.90 | 0.35 | 85.43 | 0.83 | 0.36 |
| Hex | 67 | A7 | 10 | 26 | 0 | 5A | 23 | 55 | 53 | 24 |
| Octal | 147 | 247 | 20 | 46 | 0 | 132 | 43 | 125 | 123 | 44 |
| Binary | 1100111 | 10100111 | 10000 | 100110 | 0 | 1011010 | 100011 | 1010101 | 1010011 | 100100 |
Color Harmonies of #67A710
Complementary color
Monochromatic Colors of #67A710
Black with #67A710
Text Example
Text Example
White with #67A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A710; }
p { color: rgb(103,167,16); }
H1.HeaderClassName
{
color: #67A710;
}
.AnyTagClassName
{
color: #67A710;
}
</style>
background-color css
<style>
a { background-color: #67A710; }
a { background-color: rgb(103,167,16); }
div.DivClassName
{
background-color: #67A710;
}
.BgClassName
{
background-color: #67A710;
}
</style>
border-color css
<style>
span { border-color: #67A710; }
span { border-color: rgb(103,167,16); }
td.TdClassName
{
border-color: #67A710;
}
.TagClassName
{
border-color: #67A710;
}
</style>