Shades of Christi #6CB314
Tints of Christi #6CB314
RGB
CMYK
RGB Variations
Color information
#6CB314 (or 0x6CB314) is known color: Christi. HEX triplet: 6C, B3 and 14. RGB value is (108,179,20). Sum of RGB (Red+Green+Blue) = 108+179+20=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB314 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CB314 is #934CEB. Grayscale: #8C8C8C. Windows color (decimal): -9653484 or 1356652. OLE color: 1356652.
HSL color Cylindrical-coordinate representation of color #6CB314: hue angle of 86.79º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6CB314 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 179 | 20 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.30 |
| HSL | 86.79º | 0.8% | 0.39% | - |
| HSV(B) | 86.79º | 0.89% | 0.7% | - |
| XYZ | 22.43 | 35.48 | 6.33 | - |
| YUV | 139.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 179 | 20 | 0.40 | 0 | 0.89 | 0.30 | 86.79 | 0.8 | 0.39 |
| Hex | 6C | B3 | 14 | 28 | 0 | 59 | 1E | 57 | 50 | 27 |
| Octal | 154 | 263 | 24 | 50 | 0 | 131 | 36 | 127 | 120 | 47 |
| Binary | 1101100 | 10110011 | 10100 | 101000 | 0 | 1011001 | 11110 | 1010111 | 1010000 | 100111 |
Color Harmonies of #6CB314
Complementary color
Monochromatic Colors of #6CB314
Black with #6CB314
Text Example
Text Example
White with #6CB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB314; }
p { color: rgb(108,179,20); }
H1.HeaderClassName
{
color: #6CB314;
}
.AnyTagClassName
{
color: #6CB314;
}
</style>
background-color css
<style>
a { background-color: #6CB314; }
a { background-color: rgb(108,179,20); }
div.DivClassName
{
background-color: #6CB314;
}
.BgClassName
{
background-color: #6CB314;
}
</style>
border-color css
<style>
span { border-color: #6CB314; }
span { border-color: rgb(108,179,20); }
td.TdClassName
{
border-color: #6CB314;
}
.TagClassName
{
border-color: #6CB314;
}
</style>