Shades of Christi #699E16
Tints of Christi #699E16
RGB
CMYK
RGB Variations
Color information
#699E16 (or 0x699E16) is known color: Christi. HEX triplet: 69, 9E and 16. RGB value is (105,158,22). Sum of RGB (Red+Green+Blue) = 105+158+22=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #699E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699E16 is #9661E9. Grayscale: #7F7F7F. Windows color (decimal): -9855466 or 1482345. OLE color: 1482345.
HSL color Cylindrical-coordinate representation of color #699E16: hue angle of 83.38º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699E16 is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 158 | 22 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.38 |
| HSL | 83.38º | 0.76% | 0.35% | - |
| HSV(B) | 83.38º | 0.86% | 0.62% | - |
| XYZ | 18.2 | 27.51 | 5.11 | - |
| YUV | 126.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 158 | 22 | 0.34 | 0 | 0.86 | 0.38 | 83.38 | 0.76 | 0.35 |
| Hex | 69 | 9E | 16 | 22 | 0 | 56 | 26 | 53 | 4C | 23 |
| Octal | 151 | 236 | 26 | 42 | 0 | 126 | 46 | 123 | 114 | 43 |
| Binary | 1101001 | 10011110 | 10110 | 100010 | 0 | 1010110 | 100110 | 1010011 | 1001100 | 100011 |
Color Harmonies of #699E16
Complementary color
Monochromatic Colors of #699E16
Black with #699E16
Text Example
Text Example
White with #699E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699E16; }
p { color: rgb(105,158,22); }
H1.HeaderClassName
{
color: #699E16;
}
.AnyTagClassName
{
color: #699E16;
}
</style>
background-color css
<style>
a { background-color: #699E16; }
a { background-color: rgb(105,158,22); }
div.DivClassName
{
background-color: #699E16;
}
.BgClassName
{
background-color: #699E16;
}
</style>
border-color css
<style>
span { border-color: #699E16; }
span { border-color: rgb(105,158,22); }
td.TdClassName
{
border-color: #699E16;
}
.TagClassName
{
border-color: #699E16;
}
</style>