Shades of Christi #6BAA10
Tints of Christi #6BAA10
RGB
CMYK
RGB Variations
Color information
#6BAA10 (or 0x6BAA10) is known color: Christi. HEX triplet: 6B, AA and 10. RGB value is (107,170,16). Sum of RGB (Red+Green+Blue) = 107+170+16=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAA10 is #9455EF. Grayscale: #868686. Windows color (decimal): -9721328 or 1092203. OLE color: 1092203.
HSL color Cylindrical-coordinate representation of color #6BAA10: hue angle of 84.55º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BAA10 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 16 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.33 |
| HSL | 84.55º | 0.83% | 0.36% | - |
| HSV(B) | 84.55º | 0.91% | 0.67% | - |
| XYZ | 20.53 | 31.91 | 5.57 | - |
| YUV | 133.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 16 | 0.37 | 0 | 0.91 | 0.33 | 84.55 | 0.83 | 0.36 |
| Hex | 6B | AA | 10 | 25 | 0 | 5B | 21 | 55 | 53 | 24 |
| Octal | 153 | 252 | 20 | 45 | 0 | 133 | 41 | 125 | 123 | 44 |
| Binary | 1101011 | 10101010 | 10000 | 100101 | 0 | 1011011 | 100001 | 1010101 | 1010011 | 100100 |
Color Harmonies of #6BAA10
Complementary color
Monochromatic Colors of #6BAA10
Black with #6BAA10
Text Example
Text Example
White with #6BAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA10; }
p { color: rgb(107,170,16); }
H1.HeaderClassName
{
color: #6BAA10;
}
.AnyTagClassName
{
color: #6BAA10;
}
</style>
background-color css
<style>
a { background-color: #6BAA10; }
a { background-color: rgb(107,170,16); }
div.DivClassName
{
background-color: #6BAA10;
}
.BgClassName
{
background-color: #6BAA10;
}
</style>
border-color css
<style>
span { border-color: #6BAA10; }
span { border-color: rgb(107,170,16); }
td.TdClassName
{
border-color: #6BAA10;
}
.TagClassName
{
border-color: #6BAA10;
}
</style>