Shades of Christi #6CB00C
Tints of Christi #6CB00C
RGB
CMYK
RGB Variations
Color information
#6CB00C (or 0x6CB00C) is known color: Christi. HEX triplet: 6C, B0 and 0C. RGB value is (108,176,12). Sum of RGB (Red+Green+Blue) = 108+176+12=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB00C is #934FF3. Grayscale: #898989. Windows color (decimal): -9654260 or 831596. OLE color: 831596.
HSL color Cylindrical-coordinate representation of color #6CB00C: hue angle of 84.88º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CB00C is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 12 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.31 |
| HSL | 84.88º | 0.87% | 0.37% | - |
| HSV(B) | 84.88º | 0.93% | 0.69% | - |
| XYZ | 21.78 | 34.27 | 5.81 | - |
| YUV | 136.97 | 57.47 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 12 | 0.39 | 0 | 0.93 | 0.31 | 84.88 | 0.87 | 0.37 |
| Hex | 6C | B0 | C | 27 | 0 | 5D | 1F | 55 | 57 | 25 |
| Octal | 154 | 260 | 14 | 47 | 0 | 135 | 37 | 125 | 127 | 45 |
| Binary | 1101100 | 10110000 | 1100 | 100111 | 0 | 1011101 | 11111 | 1010101 | 1010111 | 100101 |
Color Harmonies of #6CB00C
Complementary color
Monochromatic Colors of #6CB00C
Black with #6CB00C
Text Example
Text Example
White with #6CB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB00C; }
p { color: rgb(108,176,12); }
H1.HeaderClassName
{
color: #6CB00C;
}
.AnyTagClassName
{
color: #6CB00C;
}
</style>
background-color css
<style>
a { background-color: #6CB00C; }
a { background-color: rgb(108,176,12); }
div.DivClassName
{
background-color: #6CB00C;
}
.BgClassName
{
background-color: #6CB00C;
}
</style>
border-color css
<style>
span { border-color: #6CB00C; }
span { border-color: rgb(108,176,12); }
td.TdClassName
{
border-color: #6CB00C;
}
.TagClassName
{
border-color: #6CB00C;
}
</style>