Shades of Christi #6CB012
Tints of Christi #6CB012
RGB
CMYK
RGB Variations
Color information
#6CB012 (or 0x6CB012) is known color: Christi. HEX triplet: 6C, B0 and 12. RGB value is (108,176,18). Sum of RGB (Red+Green+Blue) = 108+176+18=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB012 is #934FED. Grayscale: #8A8A8A. Windows color (decimal): -9654254 or 1224812. OLE color: 1224812.
HSL color Cylindrical-coordinate representation of color #6CB012: hue angle of 85.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6CB012 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 18 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.31 |
| HSL | 85.82º | 0.81% | 0.38% | - |
| HSV(B) | 85.82º | 0.9% | 0.69% | - |
| XYZ | 21.82 | 34.28 | 6.04 | - |
| YUV | 137.66 | 60.47 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 18 | 0.39 | 0 | 0.90 | 0.31 | 85.82 | 0.81 | 0.38 |
| Hex | 6C | B0 | 12 | 27 | 0 | 5A | 1F | 56 | 51 | 26 |
| Octal | 154 | 260 | 22 | 47 | 0 | 132 | 37 | 126 | 121 | 46 |
| Binary | 1101100 | 10110000 | 10010 | 100111 | 0 | 1011010 | 11111 | 1010110 | 1010001 | 100110 |
Color Harmonies of #6CB012
Complementary color
Monochromatic Colors of #6CB012
Black with #6CB012
Text Example
Text Example
White with #6CB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB012; }
p { color: rgb(108,176,18); }
H1.HeaderClassName
{
color: #6CB012;
}
.AnyTagClassName
{
color: #6CB012;
}
</style>
background-color css
<style>
a { background-color: #6CB012; }
a { background-color: rgb(108,176,18); }
div.DivClassName
{
background-color: #6CB012;
}
.BgClassName
{
background-color: #6CB012;
}
</style>
border-color css
<style>
span { border-color: #6CB012; }
span { border-color: rgb(108,176,18); }
td.TdClassName
{
border-color: #6CB012;
}
.TagClassName
{
border-color: #6CB012;
}
</style>