Shades of Christi #68B71A
Tints of Christi #68B71A
RGB
CMYK
RGB Variations
Color information
#68B71A (or 0x68B71A) is known color: Christi. HEX triplet: 68, B7 and 1A. RGB value is (104,183,26). Sum of RGB (Red+Green+Blue) = 104+183+26=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #68B71A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B71A is #9748E5. Grayscale: #8E8E8E. Windows color (decimal): -9914598 or 1750888. OLE color: 1750888.
HSL color Cylindrical-coordinate representation of color #68B71A: hue angle of 90.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68B71A is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 183 | 26 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.28 |
| HSL | 90.19º | 0.75% | 0.41% | - |
| HSV(B) | 90.19º | 0.86% | 0.72% | - |
| XYZ | 22.83 | 36.88 | 6.89 | - |
| YUV | 141.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 183 | 26 | 0.43 | 0 | 0.86 | 0.28 | 90.19 | 0.75 | 0.41 |
| Hex | 68 | B7 | 1A | 2B | 0 | 56 | 1C | 5A | 4B | 29 |
| Octal | 150 | 267 | 32 | 53 | 0 | 126 | 34 | 132 | 113 | 51 |
| Binary | 1101000 | 10110111 | 11010 | 101011 | 0 | 1010110 | 11100 | 1011010 | 1001011 | 101001 |
Color Harmonies of #68B71A
Complementary color
Monochromatic Colors of #68B71A
Black with #68B71A
Text Example
Text Example
White with #68B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B71A; }
p { color: rgb(104,183,26); }
H1.HeaderClassName
{
color: #68B71A;
}
.AnyTagClassName
{
color: #68B71A;
}
</style>
background-color css
<style>
a { background-color: #68B71A; }
a { background-color: rgb(104,183,26); }
div.DivClassName
{
background-color: #68B71A;
}
.BgClassName
{
background-color: #68B71A;
}
</style>
border-color css
<style>
span { border-color: #68B71A; }
span { border-color: rgb(104,183,26); }
td.TdClassName
{
border-color: #68B71A;
}
.TagClassName
{
border-color: #68B71A;
}
</style>