Shades of Christi #68B71B
Tints of Christi #68B71B
RGB
CMYK
RGB Variations
Color information
#68B71B (or 0x68B71B) is known color: Christi. HEX triplet: 68, B7 and 1B. RGB value is (104,183,27). Sum of RGB (Red+Green+Blue) = 104+183+27=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #68B71B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B71B is #9748E4. Grayscale: #8E8E8E. Windows color (decimal): -9914597 or 1816424. OLE color: 1816424.
HSL color Cylindrical-coordinate representation of color #68B71B: hue angle of 90.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68B71B is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 27 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.28 |
| HSL | 90.38º | 0.74% | 0.41% | - |
| HSV(B) | 90.38º | 0.85% | 0.72% | - |
| XYZ | 22.84 | 36.89 | 6.95 | - |
| YUV | 141.6 | 63.33 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 27 | 0.43 | 0 | 0.85 | 0.28 | 90.38 | 0.74 | 0.41 |
| Hex | 68 | B7 | 1B | 2B | 0 | 55 | 1C | 5A | 4A | 29 |
| Octal | 150 | 267 | 33 | 53 | 0 | 125 | 34 | 132 | 112 | 51 |
| Binary | 1101000 | 10110111 | 11011 | 101011 | 0 | 1010101 | 11100 | 1011010 | 1001010 | 101001 |
Color Harmonies of #68B71B
Complementary color
Monochromatic Colors of #68B71B
Black with #68B71B
Text Example
Text Example
White with #68B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B71B; }
p { color: rgb(104,183,27); }
H1.HeaderClassName
{
color: #68B71B;
}
.AnyTagClassName
{
color: #68B71B;
}
</style>
background-color css
<style>
a { background-color: #68B71B; }
a { background-color: rgb(104,183,27); }
div.DivClassName
{
background-color: #68B71B;
}
.BgClassName
{
background-color: #68B71B;
}
</style>
border-color css
<style>
span { border-color: #68B71B; }
span { border-color: rgb(104,183,27); }
td.TdClassName
{
border-color: #68B71B;
}
.TagClassName
{
border-color: #68B71B;
}
</style>