Shades of Christi #699D0F
Tints of Christi #699D0F
RGB
CMYK
RGB Variations
Color information
#699D0F (or 0x699D0F) is known color: Christi. HEX triplet: 69, 9D and 0F. RGB value is (105,157,15). Sum of RGB (Red+Green+Blue) = 105+157+15=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #699D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699D0F is #9662F0. Grayscale: #7D7D7D. Windows color (decimal): -9855729 or 1023337. OLE color: 1023337.
HSL color Cylindrical-coordinate representation of color #699D0F: hue angle of 81.97º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #699D0F is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 15 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.38 |
| HSL | 81.97º | 0.83% | 0.34% | - |
| HSV(B) | 81.97º | 0.9% | 0.62% | - |
| XYZ | 17.97 | 27.15 | 4.75 | - |
| YUV | 125.26 | 65.77 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 15 | 0.33 | 0 | 0.90 | 0.38 | 81.97 | 0.83 | 0.34 |
| Hex | 69 | 9D | F | 21 | 0 | 5A | 26 | 52 | 53 | 22 |
| Octal | 151 | 235 | 17 | 41 | 0 | 132 | 46 | 122 | 123 | 42 |
| Binary | 1101001 | 10011101 | 1111 | 100001 | 0 | 1011010 | 100110 | 1010010 | 1010011 | 100010 |
Color Harmonies of #699D0F
Complementary color
Monochromatic Colors of #699D0F
Black with #699D0F
Text Example
Text Example
White with #699D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D0F; }
p { color: rgb(105,157,15); }
H1.HeaderClassName
{
color: #699D0F;
}
.AnyTagClassName
{
color: #699D0F;
}
</style>
background-color css
<style>
a { background-color: #699D0F; }
a { background-color: rgb(105,157,15); }
div.DivClassName
{
background-color: #699D0F;
}
.BgClassName
{
background-color: #699D0F;
}
</style>
border-color css
<style>
span { border-color: #699D0F; }
span { border-color: rgb(105,157,15); }
td.TdClassName
{
border-color: #699D0F;
}
.TagClassName
{
border-color: #699D0F;
}
</style>