Shades of Christi #6BAE14
Tints of Christi #6BAE14
RGB
CMYK
RGB Variations
Color information
#6BAE14 (or 0x6BAE14) is known color: Christi. HEX triplet: 6B, AE and 14. RGB value is (107,174,20). Sum of RGB (Red+Green+Blue) = 107+174+20=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAE14 is #9451EB. Grayscale: #888888. Windows color (decimal): -9720300 or 1355371. OLE color: 1355371.
HSL color Cylindrical-coordinate representation of color #6BAE14: hue angle of 86.1º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BAE14 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 174 | 20 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.32 |
| HSL | 86.1º | 0.79% | 0.38% | - |
| HSV(B) | 86.1º | 0.89% | 0.68% | - |
| XYZ | 21.33 | 33.45 | 5.99 | - |
| YUV | 136.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 174 | 20 | 0.39 | 0 | 0.89 | 0.32 | 86.1 | 0.79 | 0.38 |
| Hex | 6B | AE | 14 | 27 | 0 | 59 | 20 | 56 | 4F | 26 |
| Octal | 153 | 256 | 24 | 47 | 0 | 131 | 40 | 126 | 117 | 46 |
| Binary | 1101011 | 10101110 | 10100 | 100111 | 0 | 1011001 | 100000 | 1010110 | 1001111 | 100110 |
Color Harmonies of #6BAE14
Complementary color
Monochromatic Colors of #6BAE14
Black with #6BAE14
Text Example
Text Example
White with #6BAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAE14; }
p { color: rgb(107,174,20); }
H1.HeaderClassName
{
color: #6BAE14;
}
.AnyTagClassName
{
color: #6BAE14;
}
</style>
background-color css
<style>
a { background-color: #6BAE14; }
a { background-color: rgb(107,174,20); }
div.DivClassName
{
background-color: #6BAE14;
}
.BgClassName
{
background-color: #6BAE14;
}
</style>
border-color css
<style>
span { border-color: #6BAE14; }
span { border-color: rgb(107,174,20); }
td.TdClassName
{
border-color: #6BAE14;
}
.TagClassName
{
border-color: #6BAE14;
}
</style>