Shades of Christi #68B902
Tints of Christi #68B902
RGB
CMYK
RGB Variations
Color information
#68B902 (or 0x68B902) is known color: Christi. HEX triplet: 68, B9 and 02. RGB value is (104,185,2). Sum of RGB (Red+Green+Blue) = 104+185+2=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #68B902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B902 is #9746FD. Grayscale: #8C8C8C. Windows color (decimal): -9914110 or 178536. OLE color: 178536.
HSL color Cylindrical-coordinate representation of color #68B902: hue angle of 86.56º degrees, saturation: 0.98, 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 #68B902 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 185 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.27 |
| HSL | 86.56º | 0.98% | 0.37% | - |
| HSV(B) | 86.56º | 0.99% | 0.73% | - |
| XYZ | 23.07 | 37.65 | 6.11 | - |
| YUV | 139.92 | 50.16 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 185 | 2 | 0.44 | 0 | 0.99 | 0.27 | 86.56 | 0.98 | 0.37 |
| Hex | 68 | B9 | 2 | 2C | 0 | 63 | 1B | 57 | 62 | 25 |
| Octal | 150 | 271 | 2 | 54 | 0 | 143 | 33 | 127 | 142 | 45 |
| Binary | 1101000 | 10111001 | 10 | 101100 | 0 | 1100011 | 11011 | 1010111 | 1100010 | 100101 |
Color Harmonies of #68B902
Complementary color
Monochromatic Colors of #68B902
Black with #68B902
Text Example
Text Example
White with #68B902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B902; }
p { color: rgb(104,185,2); }
H1.HeaderClassName
{
color: #68B902;
}
.AnyTagClassName
{
color: #68B902;
}
</style>
background-color css
<style>
a { background-color: #68B902; }
a { background-color: rgb(104,185,2); }
div.DivClassName
{
background-color: #68B902;
}
.BgClassName
{
background-color: #68B902;
}
</style>
border-color css
<style>
span { border-color: #68B902; }
span { border-color: rgb(104,185,2); }
td.TdClassName
{
border-color: #68B902;
}
.TagClassName
{
border-color: #68B902;
}
</style>