Shades of Christi #6CA910
Tints of Christi #6CA910
RGB
CMYK
RGB Variations
Color information
#6CA910 (or 0x6CA910) is known color: Christi. HEX triplet: 6C, A9 and 10. RGB value is (108,169,16). Sum of RGB (Red+Green+Blue) = 108+169+16=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CA910 is #9356EF. Grayscale: #858585. Windows color (decimal): -9656048 or 1091948. OLE color: 1091948.
HSL color Cylindrical-coordinate representation of color #6CA910: hue angle of 83.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CA910 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 108 | 169 | 16 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.34 |
| HSL | 83.92º | 0.83% | 0.36% | - |
| HSV(B) | 83.92º | 0.91% | 0.66% | - |
| XYZ | 20.47 | 31.6 | 5.51 | - |
| YUV | 133.32 | 61.79 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 16 | 0.36 | 0 | 0.91 | 0.34 | 83.92 | 0.83 | 0.36 |
| Hex | 6C | A9 | 10 | 24 | 0 | 5B | 22 | 54 | 53 | 24 |
| Octal | 154 | 251 | 20 | 44 | 0 | 133 | 42 | 124 | 123 | 44 |
| Binary | 1101100 | 10101001 | 10000 | 100100 | 0 | 1011011 | 100010 | 1010100 | 1010011 | 100100 |
Color Harmonies of #6CA910
Complementary color
Monochromatic Colors of #6CA910
Black with #6CA910
Text Example
Text Example
White with #6CA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA910; }
p { color: rgb(108,169,16); }
H1.HeaderClassName
{
color: #6CA910;
}
.AnyTagClassName
{
color: #6CA910;
}
</style>
background-color css
<style>
a { background-color: #6CA910; }
a { background-color: rgb(108,169,16); }
div.DivClassName
{
background-color: #6CA910;
}
.BgClassName
{
background-color: #6CA910;
}
</style>
border-color css
<style>
span { border-color: #6CA910; }
span { border-color: rgb(108,169,16); }
td.TdClassName
{
border-color: #6CA910;
}
.TagClassName
{
border-color: #6CA910;
}
</style>