Shades of Christi #6CB212
Tints of Christi #6CB212
RGB
CMYK
RGB Variations
Color information
#6CB212 (or 0x6CB212) is known color: Christi. HEX triplet: 6C, B2 and 12. RGB value is (108,178,18). Sum of RGB (Red+Green+Blue) = 108+178+18=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 178 (69.92% from 255 or 58.55% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 178 - color contains mainly: green. Hex color #6CB212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB212 is #934DED. Grayscale: #8B8B8B. Windows color (decimal): -9653742 or 1225324. OLE color: 1225324.
HSL color Cylindrical-coordinate representation of color #6CB212: hue angle of 86.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CB212 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 178 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.30 |
| HSL | 86.25º | 0.82% | 0.38% | - |
| HSV(B) | 86.25º | 0.9% | 0.7% | - |
| XYZ | 22.21 | 35.07 | 6.17 | - |
| YUV | 138.83 | 59.81 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 178 | 18 | 0.39 | 0 | 0.90 | 0.30 | 86.25 | 0.82 | 0.38 |
| Hex | 6C | B2 | 12 | 27 | 0 | 5A | 1E | 56 | 52 | 26 |
| Octal | 154 | 262 | 22 | 47 | 0 | 132 | 36 | 126 | 122 | 46 |
| Binary | 1101100 | 10110010 | 10010 | 100111 | 0 | 1011010 | 11110 | 1010110 | 1010010 | 100110 |
Color Harmonies of #6CB212
Complementary color
Monochromatic Colors of #6CB212
Black with #6CB212
Text Example
Text Example
White with #6CB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB212; }
p { color: rgb(108,178,18); }
H1.HeaderClassName
{
color: #6CB212;
}
.AnyTagClassName
{
color: #6CB212;
}
</style>
background-color css
<style>
a { background-color: #6CB212; }
a { background-color: rgb(108,178,18); }
div.DivClassName
{
background-color: #6CB212;
}
.BgClassName
{
background-color: #6CB212;
}
</style>
border-color css
<style>
span { border-color: #6CB212; }
span { border-color: rgb(108,178,18); }
td.TdClassName
{
border-color: #6CB212;
}
.TagClassName
{
border-color: #6CB212;
}
</style>