Shades of Christi #699C0F
Tints of Christi #699C0F
RGB
CMYK
RGB Variations
Color information
#699C0F (or 0x699C0F) is known color: Christi. HEX triplet: 69, 9C and 0F. RGB value is (105,156,15). Sum of RGB (Red+Green+Blue) = 105+156+15=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #699C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699C0F is #9663F0. Grayscale: #7D7D7D. Windows color (decimal): -9855985 or 1023081. OLE color: 1023081.
HSL color Cylindrical-coordinate representation of color #699C0F: hue angle of 81.7º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #699C0F is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 15 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.39 |
| HSL | 81.7º | 0.82% | 0.34% | - |
| HSV(B) | 81.7º | 0.9% | 0.61% | - |
| XYZ | 17.8 | 26.81 | 4.69 | - |
| YUV | 124.68 | 66.1 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 15 | 0.33 | 0 | 0.90 | 0.39 | 81.7 | 0.82 | 0.34 |
| Hex | 69 | 9C | F | 21 | 0 | 5A | 27 | 52 | 52 | 22 |
| Octal | 151 | 234 | 17 | 41 | 0 | 132 | 47 | 122 | 122 | 42 |
| Binary | 1101001 | 10011100 | 1111 | 100001 | 0 | 1011010 | 100111 | 1010010 | 1010010 | 100010 |
Color Harmonies of #699C0F
Complementary color
Monochromatic Colors of #699C0F
Black with #699C0F
Text Example
Text Example
White with #699C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C0F; }
p { color: rgb(105,156,15); }
H1.HeaderClassName
{
color: #699C0F;
}
.AnyTagClassName
{
color: #699C0F;
}
</style>
background-color css
<style>
a { background-color: #699C0F; }
a { background-color: rgb(105,156,15); }
div.DivClassName
{
background-color: #699C0F;
}
.BgClassName
{
background-color: #699C0F;
}
</style>
border-color css
<style>
span { border-color: #699C0F; }
span { border-color: rgb(105,156,15); }
td.TdClassName
{
border-color: #699C0F;
}
.TagClassName
{
border-color: #699C0F;
}
</style>