Shades of Christi #6CB30C
Tints of Christi #6CB30C
RGB
CMYK
RGB Variations
Color information
#6CB30C (or 0x6CB30C) is known color: Christi. HEX triplet: 6C, B3 and 0C. RGB value is (108,179,12). Sum of RGB (Red+Green+Blue) = 108+179+12=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 179 (70.31% from 255 or 59.87% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB30C is #934CF3. Grayscale: #8B8B8B. Windows color (decimal): -9653492 or 832364. OLE color: 832364.
HSL color Cylindrical-coordinate representation of color #6CB30C: hue angle of 85.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CB30C is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 12 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.30 |
| HSL | 85.51º | 0.87% | 0.37% | - |
| HSV(B) | 85.51º | 0.93% | 0.7% | - |
| XYZ | 22.37 | 35.45 | 6.01 | - |
| YUV | 138.73 | 56.48 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 12 | 0.40 | 0 | 0.93 | 0.30 | 85.51 | 0.87 | 0.37 |
| Hex | 6C | B3 | C | 28 | 0 | 5D | 1E | 56 | 57 | 25 |
| Octal | 154 | 263 | 14 | 50 | 0 | 135 | 36 | 126 | 127 | 45 |
| Binary | 1101100 | 10110011 | 1100 | 101000 | 0 | 1011101 | 11110 | 1010110 | 1010111 | 100101 |
Color Harmonies of #6CB30C
Complementary color
Monochromatic Colors of #6CB30C
Black with #6CB30C
Text Example
Text Example
White with #6CB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB30C; }
p { color: rgb(108,179,12); }
H1.HeaderClassName
{
color: #6CB30C;
}
.AnyTagClassName
{
color: #6CB30C;
}
</style>
background-color css
<style>
a { background-color: #6CB30C; }
a { background-color: rgb(108,179,12); }
div.DivClassName
{
background-color: #6CB30C;
}
.BgClassName
{
background-color: #6CB30C;
}
</style>
border-color css
<style>
span { border-color: #6CB30C; }
span { border-color: rgb(108,179,12); }
td.TdClassName
{
border-color: #6CB30C;
}
.TagClassName
{
border-color: #6CB30C;
}
</style>