Shades of Christi #6CB119
Tints of Christi #6CB119
RGB
CMYK
RGB Variations
Color information
#6CB119 (or 0x6CB119) is known color: Christi. HEX triplet: 6C, B1 and 19. RGB value is (108,177,25). Sum of RGB (Red+Green+Blue) = 108+177+25=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #6CB119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB119 is #934EE6. Grayscale: #8B8B8B. Windows color (decimal): -9653991 or 1683820. OLE color: 1683820.
HSL color Cylindrical-coordinate representation of color #6CB119: hue angle of 87.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CB119 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 177 | 25 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.31 |
| HSL | 87.24º | 0.75% | 0.4% | - |
| HSV(B) | 87.24º | 0.86% | 0.69% | - |
| XYZ | 22.08 | 34.7 | 6.45 | - |
| YUV | 139.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 177 | 25 | 0.39 | 0 | 0.86 | 0.31 | 87.24 | 0.75 | 0.4 |
| Hex | 6C | B1 | 19 | 27 | 0 | 56 | 1F | 57 | 4B | 28 |
| Octal | 154 | 261 | 31 | 47 | 0 | 126 | 37 | 127 | 113 | 50 |
| Binary | 1101100 | 10110001 | 11001 | 100111 | 0 | 1010110 | 11111 | 1010111 | 1001011 | 101000 |
Color Harmonies of #6CB119
Complementary color
Monochromatic Colors of #6CB119
Black with #6CB119
Text Example
Text Example
White with #6CB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB119; }
p { color: rgb(108,177,25); }
H1.HeaderClassName
{
color: #6CB119;
}
.AnyTagClassName
{
color: #6CB119;
}
</style>
background-color css
<style>
a { background-color: #6CB119; }
a { background-color: rgb(108,177,25); }
div.DivClassName
{
background-color: #6CB119;
}
.BgClassName
{
background-color: #6CB119;
}
</style>
border-color css
<style>
span { border-color: #6CB119; }
span { border-color: rgb(108,177,25); }
td.TdClassName
{
border-color: #6CB119;
}
.TagClassName
{
border-color: #6CB119;
}
</style>