Shades of Christi #67B714
Tints of Christi #67B714
RGB
CMYK
RGB Variations
Color information
#67B714 (or 0x67B714) is known color: Christi. HEX triplet: 67, B7 and 14. RGB value is (103,183,20). Sum of RGB (Red+Green+Blue) = 103+183+20=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #67B714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67B714 is #9848EB. Grayscale: #8D8D8D. Windows color (decimal): -9980140 or 1357671. OLE color: 1357671.
HSL color Cylindrical-coordinate representation of color #67B714: hue angle of 89.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67B714 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 183 | 20 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.28 |
| HSL | 89.45º | 0.8% | 0.4% | - |
| HSV(B) | 89.45º | 0.89% | 0.72% | - |
| XYZ | 22.65 | 36.8 | 6.57 | - |
| YUV | 140.5 | 60 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 183 | 20 | 0.44 | 0 | 0.89 | 0.28 | 89.45 | 0.8 | 0.4 |
| Hex | 67 | B7 | 14 | 2C | 0 | 59 | 1C | 59 | 50 | 28 |
| Octal | 147 | 267 | 24 | 54 | 0 | 131 | 34 | 131 | 120 | 50 |
| Binary | 1100111 | 10110111 | 10100 | 101100 | 0 | 1011001 | 11100 | 1011001 | 1010000 | 101000 |
Color Harmonies of #67B714
Complementary color
Monochromatic Colors of #67B714
Black with #67B714
Text Example
Text Example
White with #67B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B714; }
p { color: rgb(103,183,20); }
H1.HeaderClassName
{
color: #67B714;
}
.AnyTagClassName
{
color: #67B714;
}
</style>
background-color css
<style>
a { background-color: #67B714; }
a { background-color: rgb(103,183,20); }
div.DivClassName
{
background-color: #67B714;
}
.BgClassName
{
background-color: #67B714;
}
</style>
border-color css
<style>
span { border-color: #67B714; }
span { border-color: rgb(103,183,20); }
td.TdClassName
{
border-color: #67B714;
}
.TagClassName
{
border-color: #67B714;
}
</style>