Shades of Christi #69BB01
Tints of Christi #69BB01
RGB
CMYK
RGB Variations
Color information
#69BB01 (or 0x69BB01) is known color: Christi. HEX triplet: 69, BB and 01. RGB value is (105,187,1). Sum of RGB (Red+Green+Blue) = 105+187+1=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 187 (73.44% from 255 or 63.82% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 187 - color contains mainly: green. Hex color #69BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69BB01 is #9644FE. Grayscale: #8D8D8D. Windows color (decimal): -9848063 or 113513. OLE color: 113513.
HSL color Cylindrical-coordinate representation of color #69BB01: hue angle of 86.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69BB01 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 187 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.27 |
| HSL | 86.45º | 0.99% | 0.37% | - |
| HSV(B) | 86.45º | 0.99% | 0.73% | - |
| XYZ | 23.6 | 38.55 | 6.22 | - |
| YUV | 141.28 | 48.83 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 187 | 1 | 0.44 | 0 | 0.99 | 0.27 | 86.45 | 0.99 | 0.37 |
| Hex | 69 | BB | 1 | 2C | 0 | 63 | 1B | 56 | 63 | 25 |
| Octal | 151 | 273 | 1 | 54 | 0 | 143 | 33 | 126 | 143 | 45 |
| Binary | 1101001 | 10111011 | 1 | 101100 | 0 | 1100011 | 11011 | 1010110 | 1100011 | 100101 |
Color Harmonies of #69BB01
Complementary color
Monochromatic Colors of #69BB01
Black with #69BB01
Text Example
Text Example
White with #69BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BB01; }
p { color: rgb(105,187,1); }
H1.HeaderClassName
{
color: #69BB01;
}
.AnyTagClassName
{
color: #69BB01;
}
</style>
background-color css
<style>
a { background-color: #69BB01; }
a { background-color: rgb(105,187,1); }
div.DivClassName
{
background-color: #69BB01;
}
.BgClassName
{
background-color: #69BB01;
}
</style>
border-color css
<style>
span { border-color: #69BB01; }
span { border-color: rgb(105,187,1); }
td.TdClassName
{
border-color: #69BB01;
}
.TagClassName
{
border-color: #69BB01;
}
</style>