Shades of Christi #6CB10B
Tints of Christi #6CB10B
RGB
CMYK
RGB Variations
Color information
#6CB10B (or 0x6CB10B) is known color: Christi. HEX triplet: 6C, B1 and 0B. RGB value is (108,177,11). Sum of RGB (Red+Green+Blue) = 108+177+11=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 177 (69.53% from 255 or 59.80% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB10B is #934EF4. Grayscale: #8A8A8A. Windows color (decimal): -9654005 or 766316. OLE color: 766316.
HSL color Cylindrical-coordinate representation of color #6CB10B: hue angle of 84.94º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CB10B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 11 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.31 |
| HSL | 84.94º | 0.88% | 0.37% | - |
| HSV(B) | 84.94º | 0.94% | 0.69% | - |
| XYZ | 21.97 | 34.66 | 5.85 | - |
| YUV | 137.45 | 56.64 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 11 | 0.39 | 0 | 0.94 | 0.31 | 84.94 | 0.88 | 0.37 |
| Hex | 6C | B1 | B | 27 | 0 | 5E | 1F | 55 | 58 | 25 |
| Octal | 154 | 261 | 13 | 47 | 0 | 136 | 37 | 125 | 130 | 45 |
| Binary | 1101100 | 10110001 | 1011 | 100111 | 0 | 1011110 | 11111 | 1010101 | 1011000 | 100101 |
Color Harmonies of #6CB10B
Complementary color
Monochromatic Colors of #6CB10B
Black with #6CB10B
Text Example
Text Example
White with #6CB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB10B; }
p { color: rgb(108,177,11); }
H1.HeaderClassName
{
color: #6CB10B;
}
.AnyTagClassName
{
color: #6CB10B;
}
</style>
background-color css
<style>
a { background-color: #6CB10B; }
a { background-color: rgb(108,177,11); }
div.DivClassName
{
background-color: #6CB10B;
}
.BgClassName
{
background-color: #6CB10B;
}
</style>
border-color css
<style>
span { border-color: #6CB10B; }
span { border-color: rgb(108,177,11); }
td.TdClassName
{
border-color: #6CB10B;
}
.TagClassName
{
border-color: #6CB10B;
}
</style>