Shades of Christi #699A0B
Tints of Christi #699A0B
RGB
CMYK
RGB Variations
Color information
#699A0B (or 0x699A0B) is known color: Christi. HEX triplet: 69, 9A and 0B. RGB value is (105,154,11). Sum of RGB (Red+Green+Blue) = 105+154+11=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #699A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A0B is #9665F4. Grayscale: #7B7B7B. Windows color (decimal): -9856501 or 760425. OLE color: 760425.
HSL color Cylindrical-coordinate representation of color #699A0B: hue angle of 80.56º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #699A0B is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 11 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.40 |
| HSL | 80.56º | 0.87% | 0.32% | - |
| HSV(B) | 80.56º | 0.93% | 0.6% | - |
| XYZ | 17.44 | 26.14 | 4.44 | - |
| YUV | 123.05 | 64.77 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 11 | 0.32 | 0 | 0.93 | 0.40 | 80.56 | 0.87 | 0.32 |
| Hex | 69 | 9A | B | 20 | 0 | 5D | 28 | 51 | 57 | 20 |
| Octal | 151 | 232 | 13 | 40 | 0 | 135 | 50 | 121 | 127 | 40 |
| Binary | 1101001 | 10011010 | 1011 | 100000 | 0 | 1011101 | 101000 | 1010001 | 1010111 | 100000 |
Color Harmonies of #699A0B
Complementary color
Monochromatic Colors of #699A0B
Black with #699A0B
Text Example
Text Example
White with #699A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A0B; }
p { color: rgb(105,154,11); }
H1.HeaderClassName
{
color: #699A0B;
}
.AnyTagClassName
{
color: #699A0B;
}
</style>
background-color css
<style>
a { background-color: #699A0B; }
a { background-color: rgb(105,154,11); }
div.DivClassName
{
background-color: #699A0B;
}
.BgClassName
{
background-color: #699A0B;
}
</style>
border-color css
<style>
span { border-color: #699A0B; }
span { border-color: rgb(105,154,11); }
td.TdClassName
{
border-color: #699A0B;
}
.TagClassName
{
border-color: #699A0B;
}
</style>