Shades of Christi #6CAB10
Tints of Christi #6CAB10
RGB
CMYK
RGB Variations
Color information
#6CAB10 (or 0x6CAB10) is known color: Christi. HEX triplet: 6C, AB and 10. RGB value is (108,171,16). Sum of RGB (Red+Green+Blue) = 108+171+16=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAB10 is #9354EF. Grayscale: #878787. Windows color (decimal): -9655536 or 1092460. OLE color: 1092460.
HSL color Cylindrical-coordinate representation of color #6CAB10: hue angle of 84.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CAB10 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 171 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.33 |
| HSL | 84.39º | 0.83% | 0.37% | - |
| HSV(B) | 84.39º | 0.91% | 0.67% | - |
| XYZ | 20.84 | 32.35 | 5.64 | - |
| YUV | 134.49 | 61.13 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 16 | 0.37 | 0 | 0.91 | 0.33 | 84.39 | 0.83 | 0.37 |
| Hex | 6C | AB | 10 | 25 | 0 | 5B | 21 | 54 | 53 | 25 |
| Octal | 154 | 253 | 20 | 45 | 0 | 133 | 41 | 124 | 123 | 45 |
| Binary | 1101100 | 10101011 | 10000 | 100101 | 0 | 1011011 | 100001 | 1010100 | 1010011 | 100101 |
Color Harmonies of #6CAB10
Complementary color
Monochromatic Colors of #6CAB10
Black with #6CAB10
Text Example
Text Example
White with #6CAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAB10; }
p { color: rgb(108,171,16); }
H1.HeaderClassName
{
color: #6CAB10;
}
.AnyTagClassName
{
color: #6CAB10;
}
</style>
background-color css
<style>
a { background-color: #6CAB10; }
a { background-color: rgb(108,171,16); }
div.DivClassName
{
background-color: #6CAB10;
}
.BgClassName
{
background-color: #6CAB10;
}
</style>
border-color css
<style>
span { border-color: #6CAB10; }
span { border-color: rgb(108,171,16); }
td.TdClassName
{
border-color: #6CAB10;
}
.TagClassName
{
border-color: #6CAB10;
}
</style>