Shades of Christi #699A10
Tints of Christi #699A10
RGB
CMYK
RGB Variations
Color information
#699A10 (or 0x699A10) is known color: Christi. HEX triplet: 69, 9A and 10. RGB value is (105,154,16). Sum of RGB (Red+Green+Blue) = 105+154+16=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #699A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A10 is #9665EF. Grayscale: #7C7C7C. Windows color (decimal): -9856496 or 1088105. OLE color: 1088105.
HSL color Cylindrical-coordinate representation of color #699A10: hue angle of 81.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #699A10 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 16 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.40 |
| HSL | 81.3º | 0.81% | 0.33% | - |
| HSV(B) | 81.3º | 0.9% | 0.6% | - |
| XYZ | 17.47 | 26.15 | 4.62 | - |
| YUV | 123.62 | 67.27 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 16 | 0.32 | 0 | 0.90 | 0.40 | 81.3 | 0.81 | 0.33 |
| Hex | 69 | 9A | 10 | 20 | 0 | 5A | 28 | 51 | 51 | 21 |
| Octal | 151 | 232 | 20 | 40 | 0 | 132 | 50 | 121 | 121 | 41 |
| Binary | 1101001 | 10011010 | 10000 | 100000 | 0 | 1011010 | 101000 | 1010001 | 1010001 | 100001 |
Color Harmonies of #699A10
Complementary color
Monochromatic Colors of #699A10
Black with #699A10
Text Example
Text Example
White with #699A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A10; }
p { color: rgb(105,154,16); }
H1.HeaderClassName
{
color: #699A10;
}
.AnyTagClassName
{
color: #699A10;
}
</style>
background-color css
<style>
a { background-color: #699A10; }
a { background-color: rgb(105,154,16); }
div.DivClassName
{
background-color: #699A10;
}
.BgClassName
{
background-color: #699A10;
}
</style>
border-color css
<style>
span { border-color: #699A10; }
span { border-color: rgb(105,154,16); }
td.TdClassName
{
border-color: #699A10;
}
.TagClassName
{
border-color: #699A10;
}
</style>