Shades of Christi #6CB614
Tints of Christi #6CB614
RGB
CMYK
RGB Variations
Color information
#6CB614 (or 0x6CB614) is known color: Christi. HEX triplet: 6C, B6 and 14. RGB value is (108,182,20). Sum of RGB (Red+Green+Blue) = 108+182+20=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB614 is #9349EB. Grayscale: #8D8D8D. Windows color (decimal): -9652716 or 1357420. OLE color: 1357420.
HSL color Cylindrical-coordinate representation of color #6CB614: hue angle of 87.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CB614 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 182 | 20 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.29 |
| HSL | 87.41º | 0.8% | 0.4% | - |
| HSV(B) | 87.41º | 0.89% | 0.71% | - |
| XYZ | 23.04 | 36.69 | 6.53 | - |
| YUV | 141.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 182 | 20 | 0.41 | 0 | 0.89 | 0.29 | 87.41 | 0.8 | 0.4 |
| Hex | 6C | B6 | 14 | 29 | 0 | 59 | 1D | 57 | 50 | 28 |
| Octal | 154 | 266 | 24 | 51 | 0 | 131 | 35 | 127 | 120 | 50 |
| Binary | 1101100 | 10110110 | 10100 | 101001 | 0 | 1011001 | 11101 | 1010111 | 1010000 | 101000 |
Color Harmonies of #6CB614
Complementary color
Monochromatic Colors of #6CB614
Black with #6CB614
Text Example
Text Example
White with #6CB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB614; }
p { color: rgb(108,182,20); }
H1.HeaderClassName
{
color: #6CB614;
}
.AnyTagClassName
{
color: #6CB614;
}
</style>
background-color css
<style>
a { background-color: #6CB614; }
a { background-color: rgb(108,182,20); }
div.DivClassName
{
background-color: #6CB614;
}
.BgClassName
{
background-color: #6CB614;
}
</style>
border-color css
<style>
span { border-color: #6CB614; }
span { border-color: rgb(108,182,20); }
td.TdClassName
{
border-color: #6CB614;
}
.TagClassName
{
border-color: #6CB614;
}
</style>