Shades of Christi #69990A
Tints of Christi #69990A
RGB
CMYK
RGB Variations
Color information
#69990A (or 0x69990A) is known color: Christi. HEX triplet: 69, 99 and 0A. RGB value is (105,153,10). Sum of RGB (Red+Green+Blue) = 105+153+10=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #69990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69990A is #9666F5. Grayscale: #7A7A7A. Windows color (decimal): -9856758 or 694633. OLE color: 694633.
HSL color Cylindrical-coordinate representation of color #69990A: hue angle of 80.14º degrees, saturation: 0.88, 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 #69990A is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 10 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.4 |
| HSL | 80.14º | 0.88% | 0.32% | - |
| HSV(B) | 80.14º | 0.93% | 0.6% | - |
| XYZ | 17.27 | 25.81 | 4.36 | - |
| YUV | 122.35 | 64.6 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 10 | 0.31 | 0 | 0.93 | 0.4 | 80.14 | 0.88 | 0.32 |
| Hex | 69 | 99 | A | 1F | 0 | 5D | 28 | 50 | 58 | 20 |
| Octal | 151 | 231 | 12 | 37 | 0 | 135 | 50 | 120 | 130 | 40 |
| Binary | 1101001 | 10011001 | 1010 | 11111 | 0 | 1011101 | 101000 | 1010000 | 1011000 | 100000 |
Color Harmonies of #69990A
Complementary color
Monochromatic Colors of #69990A
Black with #69990A
Text Example
Text Example
White with #69990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69990A; }
p { color: rgb(105,153,10); }
H1.HeaderClassName
{
color: #69990A;
}
.AnyTagClassName
{
color: #69990A;
}
</style>
background-color css
<style>
a { background-color: #69990A; }
a { background-color: rgb(105,153,10); }
div.DivClassName
{
background-color: #69990A;
}
.BgClassName
{
background-color: #69990A;
}
</style>
border-color css
<style>
span { border-color: #69990A; }
span { border-color: rgb(105,153,10); }
td.TdClassName
{
border-color: #69990A;
}
.TagClassName
{
border-color: #69990A;
}
</style>