Shades of Christi #6CB11B
Tints of Christi #6CB11B
RGB
CMYK
RGB Variations
Color information
#6CB11B (or 0x6CB11B) is known color: Christi. HEX triplet: 6C, B1 and 1B. RGB value is (108,177,27). Sum of RGB (Red+Green+Blue) = 108+177+27=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB11B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB11B is #934EE4. Grayscale: #8B8B8B. Windows color (decimal): -9653989 or 1814892. OLE color: 1814892.
HSL color Cylindrical-coordinate representation of color #6CB11B: hue angle of 87.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6CB11B is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 27 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.31 |
| HSL | 87.6º | 0.74% | 0.4% | - |
| HSV(B) | 87.6º | 0.85% | 0.69% | - |
| XYZ | 22.1 | 34.71 | 6.57 | - |
| YUV | 139.27 | 64.64 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 27 | 0.39 | 0 | 0.85 | 0.31 | 87.6 | 0.74 | 0.4 |
| Hex | 6C | B1 | 1B | 27 | 0 | 55 | 1F | 58 | 4A | 28 |
| Octal | 154 | 261 | 33 | 47 | 0 | 125 | 37 | 130 | 112 | 50 |
| Binary | 1101100 | 10110001 | 11011 | 100111 | 0 | 1010101 | 11111 | 1011000 | 1001010 | 101000 |
Color Harmonies of #6CB11B
Complementary color
Monochromatic Colors of #6CB11B
Black with #6CB11B
Text Example
Text Example
White with #6CB11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB11B; }
p { color: rgb(108,177,27); }
H1.HeaderClassName
{
color: #6CB11B;
}
.AnyTagClassName
{
color: #6CB11B;
}
</style>
background-color css
<style>
a { background-color: #6CB11B; }
a { background-color: rgb(108,177,27); }
div.DivClassName
{
background-color: #6CB11B;
}
.BgClassName
{
background-color: #6CB11B;
}
</style>
border-color css
<style>
span { border-color: #6CB11B; }
span { border-color: rgb(108,177,27); }
td.TdClassName
{
border-color: #6CB11B;
}
.TagClassName
{
border-color: #6CB11B;
}
</style>