Shades of Christi #67B210
Tints of Christi #67B210
RGB
CMYK
RGB Variations
Color information
#67B210 (or 0x67B210) is known color: Christi. HEX triplet: 67, B2 and 10. RGB value is (103,178,16). Sum of RGB (Red+Green+Blue) = 103+178+16=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #67B210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67B210 is #984DEF. Grayscale: #898989. Windows color (decimal): -9981424 or 1094247. OLE color: 1094247.
HSL color Cylindrical-coordinate representation of color #67B210: hue angle of 87.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67B210 is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 178 | 16 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.30 |
| HSL | 87.78º | 0.84% | 0.38% | - |
| HSV(B) | 87.78º | 0.91% | 0.7% | - |
| XYZ | 21.61 | 34.76 | 6.06 | - |
| YUV | 137.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 178 | 16 | 0.42 | 0 | 0.91 | 0.30 | 87.78 | 0.84 | 0.38 |
| Hex | 67 | B2 | 10 | 2A | 0 | 5B | 1E | 58 | 54 | 26 |
| Octal | 147 | 262 | 20 | 52 | 0 | 133 | 36 | 130 | 124 | 46 |
| Binary | 1100111 | 10110010 | 10000 | 101010 | 0 | 1011011 | 11110 | 1011000 | 1010100 | 100110 |
Color Harmonies of #67B210
Complementary color
Monochromatic Colors of #67B210
Black with #67B210
Text Example
Text Example
White with #67B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B210; }
p { color: rgb(103,178,16); }
H1.HeaderClassName
{
color: #67B210;
}
.AnyTagClassName
{
color: #67B210;
}
</style>
background-color css
<style>
a { background-color: #67B210; }
a { background-color: rgb(103,178,16); }
div.DivClassName
{
background-color: #67B210;
}
.BgClassName
{
background-color: #67B210;
}
</style>
border-color css
<style>
span { border-color: #67B210; }
span { border-color: rgb(103,178,16); }
td.TdClassName
{
border-color: #67B210;
}
.TagClassName
{
border-color: #67B210;
}
</style>