Shades of Christi #6CAE0D
Tints of Christi #6CAE0D
RGB
CMYK
RGB Variations
Color information
#6CAE0D (or 0x6CAE0D) is known color: Christi. HEX triplet: 6C, AE and 0D. RGB value is (108,174,13). Sum of RGB (Red+Green+Blue) = 108+174+13=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAE0D is #9351F2. Grayscale: #888888. Windows color (decimal): -9654771 or 896620. OLE color: 896620.
HSL color Cylindrical-coordinate representation of color #6CAE0D: hue angle of 84.6º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CAE0D is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 174 | 13 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.32 |
| HSL | 84.6º | 0.86% | 0.37% | - |
| HSV(B) | 84.6º | 0.93% | 0.68% | - |
| XYZ | 21.39 | 33.49 | 5.72 | - |
| YUV | 135.91 | 58.63 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 13 | 0.38 | 0 | 0.93 | 0.32 | 84.6 | 0.86 | 0.37 |
| Hex | 6C | AE | D | 26 | 0 | 5D | 20 | 55 | 56 | 25 |
| Octal | 154 | 256 | 15 | 46 | 0 | 135 | 40 | 125 | 126 | 45 |
| Binary | 1101100 | 10101110 | 1101 | 100110 | 0 | 1011101 | 100000 | 1010101 | 1010110 | 100101 |
Color Harmonies of #6CAE0D
Complementary color
Monochromatic Colors of #6CAE0D
Black with #6CAE0D
Text Example
Text Example
White with #6CAE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAE0D; }
p { color: rgb(108,174,13); }
H1.HeaderClassName
{
color: #6CAE0D;
}
.AnyTagClassName
{
color: #6CAE0D;
}
</style>
background-color css
<style>
a { background-color: #6CAE0D; }
a { background-color: rgb(108,174,13); }
div.DivClassName
{
background-color: #6CAE0D;
}
.BgClassName
{
background-color: #6CAE0D;
}
</style>
border-color css
<style>
span { border-color: #6CAE0D; }
span { border-color: rgb(108,174,13); }
td.TdClassName
{
border-color: #6CAE0D;
}
.TagClassName
{
border-color: #6CAE0D;
}
</style>