Shades of Christi #69B702
Tints of Christi #69B702
RGB
CMYK
RGB Variations
Color information
#69B702 (or 0x69B702) is known color: Christi. HEX triplet: 69, B7 and 02. RGB value is (105,183,2). Sum of RGB (Red+Green+Blue) = 105+183+2=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #69B702 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #69B702 is #9648FD. Grayscale: #8B8B8B. Windows color (decimal): -9849086 or 178025. OLE color: 178025.
HSL color Cylindrical-coordinate representation of color #69B702: hue angle of 85.86º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69B702 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 183 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.28 |
| HSL | 85.86º | 0.98% | 0.36% | - |
| HSV(B) | 85.86º | 0.99% | 0.72% | - |
| XYZ | 22.77 | 36.87 | 5.97 | - |
| YUV | 139.04 | 50.66 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 183 | 2 | 0.43 | 0 | 0.99 | 0.28 | 85.86 | 0.98 | 0.36 |
| Hex | 69 | B7 | 2 | 2B | 0 | 63 | 1C | 56 | 62 | 24 |
| Octal | 151 | 267 | 2 | 53 | 0 | 143 | 34 | 126 | 142 | 44 |
| Binary | 1101001 | 10110111 | 10 | 101011 | 0 | 1100011 | 11100 | 1010110 | 1100010 | 100100 |
Color Harmonies of #69B702
Complementary color
Monochromatic Colors of #69B702
Black with #69B702
Text Example
Text Example
White with #69B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B702; }
p { color: rgb(105,183,2); }
H1.HeaderClassName
{
color: #69B702;
}
.AnyTagClassName
{
color: #69B702;
}
</style>
background-color css
<style>
a { background-color: #69B702; }
a { background-color: rgb(105,183,2); }
div.DivClassName
{
background-color: #69B702;
}
.BgClassName
{
background-color: #69B702;
}
</style>
border-color css
<style>
span { border-color: #69B702; }
span { border-color: rgb(105,183,2); }
td.TdClassName
{
border-color: #69B702;
}
.TagClassName
{
border-color: #69B702;
}
</style>