Shades of Christi #6CB015
Tints of Christi #6CB015
RGB
CMYK
RGB Variations
Color information
#6CB015 (or 0x6CB015) is known color: Christi. HEX triplet: 6C, B0 and 15. RGB value is (108,176,21). Sum of RGB (Red+Green+Blue) = 108+176+21=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CB015 is #934FEA. Grayscale: #8A8A8A. Windows color (decimal): -9654251 or 1421420. OLE color: 1421420.
HSL color Cylindrical-coordinate representation of color #6CB015: hue angle of 86.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6CB015 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 176 | 21 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.31 |
| HSL | 86.32º | 0.79% | 0.39% | - |
| HSV(B) | 86.32º | 0.88% | 0.69% | - |
| XYZ | 21.85 | 34.29 | 6.18 | - |
| YUV | 138 | 61.97 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 176 | 21 | 0.39 | 0 | 0.88 | 0.31 | 86.32 | 0.79 | 0.39 |
| Hex | 6C | B0 | 15 | 27 | 0 | 58 | 1F | 56 | 4F | 27 |
| Octal | 154 | 260 | 25 | 47 | 0 | 130 | 37 | 126 | 117 | 47 |
| Binary | 1101100 | 10110000 | 10101 | 100111 | 0 | 1011000 | 11111 | 1010110 | 1001111 | 100111 |
Color Harmonies of #6CB015
Complementary color
Monochromatic Colors of #6CB015
Black with #6CB015
Text Example
Text Example
White with #6CB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB015; }
p { color: rgb(108,176,21); }
H1.HeaderClassName
{
color: #6CB015;
}
.AnyTagClassName
{
color: #6CB015;
}
</style>
background-color css
<style>
a { background-color: #6CB015; }
a { background-color: rgb(108,176,21); }
div.DivClassName
{
background-color: #6CB015;
}
.BgClassName
{
background-color: #6CB015;
}
</style>
border-color css
<style>
span { border-color: #6CB015; }
span { border-color: rgb(108,176,21); }
td.TdClassName
{
border-color: #6CB015;
}
.TagClassName
{
border-color: #6CB015;
}
</style>