Shades of Christi #6CB516
Tints of Christi #6CB516
RGB
CMYK
RGB Variations
Color information
#6CB516 (or 0x6CB516) is known color: Christi. HEX triplet: 6C, B5 and 16. RGB value is (108,181,22). Sum of RGB (Red+Green+Blue) = 108+181+22=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB516 is #934AE9. Grayscale: #8D8D8D. Windows color (decimal): -9652970 or 1488236. OLE color: 1488236.
HSL color Cylindrical-coordinate representation of color #6CB516: hue angle of 87.55º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CB516 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 22 | - |
| CMYK | 0.40 | 0 | 0.88 | 0.29 |
| HSL | 87.55º | 0.78% | 0.4% | - |
| HSV(B) | 87.55º | 0.88% | 0.71% | - |
| XYZ | 22.85 | 36.29 | 6.56 | - |
| YUV | 141.05 | 60.82 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 22 | 0.40 | 0 | 0.88 | 0.29 | 87.55 | 0.78 | 0.4 |
| Hex | 6C | B5 | 16 | 28 | 0 | 58 | 1D | 58 | 4E | 28 |
| Octal | 154 | 265 | 26 | 50 | 0 | 130 | 35 | 130 | 116 | 50 |
| Binary | 1101100 | 10110101 | 10110 | 101000 | 0 | 1011000 | 11101 | 1011000 | 1001110 | 101000 |
Color Harmonies of #6CB516
Complementary color
Monochromatic Colors of #6CB516
Black with #6CB516
Text Example
Text Example
White with #6CB516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB516; }
p { color: rgb(108,181,22); }
H1.HeaderClassName
{
color: #6CB516;
}
.AnyTagClassName
{
color: #6CB516;
}
</style>
background-color css
<style>
a { background-color: #6CB516; }
a { background-color: rgb(108,181,22); }
div.DivClassName
{
background-color: #6CB516;
}
.BgClassName
{
background-color: #6CB516;
}
</style>
border-color css
<style>
span { border-color: #6CB516; }
span { border-color: rgb(108,181,22); }
td.TdClassName
{
border-color: #6CB516;
}
.TagClassName
{
border-color: #6CB516;
}
</style>