Shades of Christi #6CB519
Tints of Christi #6CB519
RGB
CMYK
RGB Variations
Color information
#6CB519 (or 0x6CB519) is known color: Christi. HEX triplet: 6C, B5 and 19. RGB value is (108,181,25). Sum of RGB (Red+Green+Blue) = 108+181+25=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #6CB519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB519 is #934AE6. Grayscale: #8D8D8D. Windows color (decimal): -9652967 or 1684844. OLE color: 1684844.
HSL color Cylindrical-coordinate representation of color #6CB519: hue angle of 88.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6CB519 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 181 | 25 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.29 |
| HSL | 88.08º | 0.76% | 0.4% | - |
| HSV(B) | 88.08º | 0.86% | 0.71% | - |
| XYZ | 22.88 | 36.31 | 6.72 | - |
| YUV | 141.39 | 62.32 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 181 | 25 | 0.40 | 0 | 0.86 | 0.29 | 88.08 | 0.76 | 0.4 |
| Hex | 6C | B5 | 19 | 28 | 0 | 56 | 1D | 58 | 4C | 28 |
| Octal | 154 | 265 | 31 | 50 | 0 | 126 | 35 | 130 | 114 | 50 |
| Binary | 1101100 | 10110101 | 11001 | 101000 | 0 | 1010110 | 11101 | 1011000 | 1001100 | 101000 |
Color Harmonies of #6CB519
Complementary color
Monochromatic Colors of #6CB519
Black with #6CB519
Text Example
Text Example
White with #6CB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB519; }
p { color: rgb(108,181,25); }
H1.HeaderClassName
{
color: #6CB519;
}
.AnyTagClassName
{
color: #6CB519;
}
</style>
background-color css
<style>
a { background-color: #6CB519; }
a { background-color: rgb(108,181,25); }
div.DivClassName
{
background-color: #6CB519;
}
.BgClassName
{
background-color: #6CB519;
}
</style>
border-color css
<style>
span { border-color: #6CB519; }
span { border-color: rgb(108,181,25); }
td.TdClassName
{
border-color: #6CB519;
}
.TagClassName
{
border-color: #6CB519;
}
</style>