Shades of Christi #699F09
Tints of Christi #699F09
RGB
CMYK
RGB Variations
Color information
#699F09 (or 0x699F09) is known color: Christi. HEX triplet: 69, 9F and 09. RGB value is (105,159,9). Sum of RGB (Red+Green+Blue) = 105+159+9=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #699F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699F09 is #9660F6. Grayscale: #7E7E7E. Windows color (decimal): -9855223 or 630633. OLE color: 630633.
HSL color Cylindrical-coordinate representation of color #699F09: hue angle of 81.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699F09 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 159 | 9 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.38 |
| HSL | 81.6º | 0.89% | 0.33% | - |
| HSV(B) | 81.6º | 0.94% | 0.62% | - |
| XYZ | 18.27 | 27.82 | 4.67 | - |
| YUV | 125.75 | 62.11 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 159 | 9 | 0.34 | 0 | 0.94 | 0.38 | 81.6 | 0.89 | 0.33 |
| Hex | 69 | 9F | 9 | 22 | 0 | 5E | 26 | 52 | 59 | 21 |
| Octal | 151 | 237 | 11 | 42 | 0 | 136 | 46 | 122 | 131 | 41 |
| Binary | 1101001 | 10011111 | 1001 | 100010 | 0 | 1011110 | 100110 | 1010010 | 1011001 | 100001 |
Color Harmonies of #699F09
Complementary color
Monochromatic Colors of #699F09
Black with #699F09
Text Example
Text Example
White with #699F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699F09; }
p { color: rgb(105,159,9); }
H1.HeaderClassName
{
color: #699F09;
}
.AnyTagClassName
{
color: #699F09;
}
</style>
background-color css
<style>
a { background-color: #699F09; }
a { background-color: rgb(105,159,9); }
div.DivClassName
{
background-color: #699F09;
}
.BgClassName
{
background-color: #699F09;
}
</style>
border-color css
<style>
span { border-color: #699F09; }
span { border-color: rgb(105,159,9); }
td.TdClassName
{
border-color: #699F09;
}
.TagClassName
{
border-color: #699F09;
}
</style>