Shades of Christi #6BA715
Tints of Christi #6BA715
RGB
CMYK
RGB Variations
Color information
#6BA715 (or 0x6BA715) is known color: Christi. HEX triplet: 6B, A7 and 15. RGB value is (107,167,21). Sum of RGB (Red+Green+Blue) = 107+167+21=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #6BA715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BA715 is #9458EA. Grayscale: #848484. Windows color (decimal): -9722091 or 1419115. OLE color: 1419115.
HSL color Cylindrical-coordinate representation of color #6BA715: hue angle of 84.66º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6BA715 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 107 | 167 | 21 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.35 |
| HSL | 84.66º | 0.78% | 0.37% | - |
| HSV(B) | 84.66º | 0.87% | 0.65% | - |
| XYZ | 20.02 | 30.82 | 5.6 | - |
| YUV | 132.42 | 65.12 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 167 | 21 | 0.36 | 0 | 0.87 | 0.35 | 84.66 | 0.78 | 0.37 |
| Hex | 6B | A7 | 15 | 24 | 0 | 57 | 23 | 55 | 4E | 25 |
| Octal | 153 | 247 | 25 | 44 | 0 | 127 | 43 | 125 | 116 | 45 |
| Binary | 1101011 | 10100111 | 10101 | 100100 | 0 | 1010111 | 100011 | 1010101 | 1001110 | 100101 |
Color Harmonies of #6BA715
Complementary color
Monochromatic Colors of #6BA715
Black with #6BA715
Text Example
Text Example
White with #6BA715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA715; }
p { color: rgb(107,167,21); }
H1.HeaderClassName
{
color: #6BA715;
}
.AnyTagClassName
{
color: #6BA715;
}
</style>
background-color css
<style>
a { background-color: #6BA715; }
a { background-color: rgb(107,167,21); }
div.DivClassName
{
background-color: #6BA715;
}
.BgClassName
{
background-color: #6BA715;
}
</style>
border-color css
<style>
span { border-color: #6BA715; }
span { border-color: rgb(107,167,21); }
td.TdClassName
{
border-color: #6BA715;
}
.TagClassName
{
border-color: #6BA715;
}
</style>