Shades of Christi #6CB716
Tints of Christi #6CB716
RGB
CMYK
RGB Variations
Color information
#6CB716 (or 0x6CB716) is known color: Christi. HEX triplet: 6C, B7 and 16. RGB value is (108,183,22). Sum of RGB (Red+Green+Blue) = 108+183+22=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #6CB716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB716 is #9348E9. Grayscale: #8E8E8E. Windows color (decimal): -9652458 or 1488748. OLE color: 1488748.
HSL color Cylindrical-coordinate representation of color #6CB716: hue angle of 87.95º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CB716 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 108 | 183 | 22 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.28 |
| HSL | 87.95º | 0.79% | 0.4% | - |
| HSV(B) | 87.95º | 0.88% | 0.72% | - |
| XYZ | 23.26 | 37.11 | 6.7 | - |
| YUV | 142.22 | 60.15 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 183 | 22 | 0.41 | 0 | 0.88 | 0.28 | 87.95 | 0.79 | 0.4 |
| Hex | 6C | B7 | 16 | 29 | 0 | 58 | 1C | 58 | 4F | 28 |
| Octal | 154 | 267 | 26 | 51 | 0 | 130 | 34 | 130 | 117 | 50 |
| Binary | 1101100 | 10110111 | 10110 | 101001 | 0 | 1011000 | 11100 | 1011000 | 1001111 | 101000 |
Color Harmonies of #6CB716
Complementary color
Monochromatic Colors of #6CB716
Black with #6CB716
Text Example
Text Example
White with #6CB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB716; }
p { color: rgb(108,183,22); }
H1.HeaderClassName
{
color: #6CB716;
}
.AnyTagClassName
{
color: #6CB716;
}
</style>
background-color css
<style>
a { background-color: #6CB716; }
a { background-color: rgb(108,183,22); }
div.DivClassName
{
background-color: #6CB716;
}
.BgClassName
{
background-color: #6CB716;
}
</style>
border-color css
<style>
span { border-color: #6CB716; }
span { border-color: rgb(108,183,22); }
td.TdClassName
{
border-color: #6CB716;
}
.TagClassName
{
border-color: #6CB716;
}
</style>