Shades of Christi #699C14
Tints of Christi #699C14
RGB
CMYK
RGB Variations
Color information
#699C14 (or 0x699C14) is known color: Christi. HEX triplet: 69, 9C and 14. RGB value is (105,156,20). Sum of RGB (Red+Green+Blue) = 105+156+20=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 156 (61.33% from 255 or 55.52% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 156 - color contains mainly: green. Hex color #699C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699C14 is #9663EB. Grayscale: #7D7D7D. Windows color (decimal): -9855980 or 1350761. OLE color: 1350761.
HSL color Cylindrical-coordinate representation of color #699C14: hue angle of 82.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #699C14 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 20 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.39 |
| HSL | 82.5º | 0.77% | 0.35% | - |
| HSV(B) | 82.5º | 0.87% | 0.61% | - |
| XYZ | 17.84 | 26.83 | 4.9 | - |
| YUV | 125.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 20 | 0.33 | 0 | 0.87 | 0.39 | 82.5 | 0.77 | 0.35 |
| Hex | 69 | 9C | 14 | 21 | 0 | 57 | 27 | 52 | 4D | 23 |
| Octal | 151 | 234 | 24 | 41 | 0 | 127 | 47 | 122 | 115 | 43 |
| Binary | 1101001 | 10011100 | 10100 | 100001 | 0 | 1010111 | 100111 | 1010010 | 1001101 | 100011 |
Color Harmonies of #699C14
Complementary color
Monochromatic Colors of #699C14
Black with #699C14
Text Example
Text Example
White with #699C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C14; }
p { color: rgb(105,156,20); }
H1.HeaderClassName
{
color: #699C14;
}
.AnyTagClassName
{
color: #699C14;
}
</style>
background-color css
<style>
a { background-color: #699C14; }
a { background-color: rgb(105,156,20); }
div.DivClassName
{
background-color: #699C14;
}
.BgClassName
{
background-color: #699C14;
}
</style>
border-color css
<style>
span { border-color: #699C14; }
span { border-color: rgb(105,156,20); }
td.TdClassName
{
border-color: #699C14;
}
.TagClassName
{
border-color: #699C14;
}
</style>