Shades of Christi #69B716
Tints of Christi #69B716
RGB
CMYK
RGB Variations
Color information
#69B716 (or 0x69B716) is known color: Christi. HEX triplet: 69, B7 and 16. RGB value is (105,183,22). Sum of RGB (Red+Green+Blue) = 105+183+22=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #69B716 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69B716 is #9648E9. Grayscale: #8D8D8D. Windows color (decimal): -9849066 or 1488745. OLE color: 1488745.
HSL color Cylindrical-coordinate representation of color #69B716: hue angle of 89.07º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69B716 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 22 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.28 |
| HSL | 89.07º | 0.79% | 0.4% | - |
| HSV(B) | 89.07º | 0.88% | 0.72% | - |
| XYZ | 22.9 | 36.93 | 6.68 | - |
| YUV | 141.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 22 | 0.43 | 0 | 0.88 | 0.28 | 89.07 | 0.79 | 0.4 |
| Hex | 69 | B7 | 16 | 2B | 0 | 58 | 1C | 59 | 4F | 28 |
| Octal | 151 | 267 | 26 | 53 | 0 | 130 | 34 | 131 | 117 | 50 |
| Binary | 1101001 | 10110111 | 10110 | 101011 | 0 | 1011000 | 11100 | 1011001 | 1001111 | 101000 |
Color Harmonies of #69B716
Complementary color
Monochromatic Colors of #69B716
Black with #69B716
Text Example
Text Example
White with #69B716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B716; }
p { color: rgb(105,183,22); }
H1.HeaderClassName
{
color: #69B716;
}
.AnyTagClassName
{
color: #69B716;
}
</style>
background-color css
<style>
a { background-color: #69B716; }
a { background-color: rgb(105,183,22); }
div.DivClassName
{
background-color: #69B716;
}
.BgClassName
{
background-color: #69B716;
}
</style>
border-color css
<style>
span { border-color: #69B716; }
span { border-color: rgb(105,183,22); }
td.TdClassName
{
border-color: #69B716;
}
.TagClassName
{
border-color: #69B716;
}
</style>