Shades of Christi #699805
Tints of Christi #699805
RGB
CMYK
RGB Variations
Color information
#699805 (or 0x699805) is known color: Christi. HEX triplet: 69, 98 and 05. RGB value is (105,152,5). Sum of RGB (Red+Green+Blue) = 105+152+5=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #699805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699805 is #9667FA. Grayscale: #797979. Windows color (decimal): -9857019 or 366697. OLE color: 366697.
HSL color Cylindrical-coordinate representation of color #699805: hue angle of 79.18º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699805 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.40 |
| HSL | 79.18º | 0.94% | 0.31% | - |
| HSV(B) | 79.18º | 0.97% | 0.6% | - |
| XYZ | 17.08 | 25.47 | 4.16 | - |
| YUV | 121.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 5 | 0.31 | 0 | 0.97 | 0.40 | 79.18 | 0.94 | 0.31 |
| Hex | 69 | 98 | 5 | 1F | 0 | 61 | 28 | 4F | 5E | 1F |
| Octal | 151 | 230 | 5 | 37 | 0 | 141 | 50 | 117 | 136 | 37 |
| Binary | 1101001 | 10011000 | 101 | 11111 | 0 | 1100001 | 101000 | 1001111 | 1011110 | 11111 |
Color Harmonies of #699805
Complementary color
Monochromatic Colors of #699805
Black with #699805
Text Example
Text Example
White with #699805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699805; }
p { color: rgb(105,152,5); }
H1.HeaderClassName
{
color: #699805;
}
.AnyTagClassName
{
color: #699805;
}
</style>
background-color css
<style>
a { background-color: #699805; }
a { background-color: rgb(105,152,5); }
div.DivClassName
{
background-color: #699805;
}
.BgClassName
{
background-color: #699805;
}
</style>
border-color css
<style>
span { border-color: #699805; }
span { border-color: rgb(105,152,5); }
td.TdClassName
{
border-color: #699805;
}
.TagClassName
{
border-color: #699805;
}
</style>