Shades of Christi #699F17
Tints of Christi #699F17
RGB
CMYK
RGB Variations
Color information
#699F17 (or 0x699F17) is known color: Christi. HEX triplet: 69, 9F and 17. RGB value is (105,159,23). Sum of RGB (Red+Green+Blue) = 105+159+23=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #699F17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F17 is #9660E8. Grayscale: #7F7F7F. Windows color (decimal): -9855209 or 1548137. OLE color: 1548137.
HSL color Cylindrical-coordinate representation of color #699F17: hue angle of 83.82º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699F17 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 23 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.38 |
| HSL | 83.82º | 0.75% | 0.36% | - |
| HSV(B) | 83.82º | 0.86% | 0.62% | - |
| XYZ | 18.38 | 27.86 | 5.22 | - |
| YUV | 127.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 23 | 0.34 | 0 | 0.86 | 0.38 | 83.82 | 0.75 | 0.36 |
| Hex | 69 | 9F | 17 | 22 | 0 | 56 | 26 | 54 | 4B | 24 |
| Octal | 151 | 237 | 27 | 42 | 0 | 126 | 46 | 124 | 113 | 44 |
| Binary | 1101001 | 10011111 | 10111 | 100010 | 0 | 1010110 | 100110 | 1010100 | 1001011 | 100100 |
Color Harmonies of #699F17
Complementary color
Monochromatic Colors of #699F17
Black with #699F17
Text Example
Text Example
White with #699F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F17; }
p { color: rgb(105,159,23); }
H1.HeaderClassName
{
color: #699F17;
}
.AnyTagClassName
{
color: #699F17;
}
</style>
background-color css
<style>
a { background-color: #699F17; }
a { background-color: rgb(105,159,23); }
div.DivClassName
{
background-color: #699F17;
}
.BgClassName
{
background-color: #699F17;
}
</style>
border-color css
<style>
span { border-color: #699F17; }
span { border-color: rgb(105,159,23); }
td.TdClassName
{
border-color: #699F17;
}
.TagClassName
{
border-color: #699F17;
}
</style>