Shades of Christi #68B51B
Tints of Christi #68B51B
RGB
CMYK
RGB Variations
Color information
#68B51B (or 0x68B51B) is known color: Christi. HEX triplet: 68, B5 and 1B. RGB value is (104,181,27). Sum of RGB (Red+Green+Blue) = 104+181+27=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #68B51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B51B is #974AE4. Grayscale: #8C8C8C. Windows color (decimal): -9915109 or 1815912. OLE color: 1815912.
HSL color Cylindrical-coordinate representation of color #68B51B: hue angle of 90º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68B51B is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 181 | 27 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.29 |
| HSL | 90º | 0.74% | 0.41% | - |
| HSV(B) | 90º | 0.85% | 0.71% | - |
| XYZ | 22.43 | 36.07 | 6.82 | - |
| YUV | 140.42 | 63.99 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 181 | 27 | 0.43 | 0 | 0.85 | 0.29 | 90 | 0.74 | 0.41 |
| Hex | 68 | B5 | 1B | 2B | 0 | 55 | 1D | 5A | 4A | 29 |
| Octal | 150 | 265 | 33 | 53 | 0 | 125 | 35 | 132 | 112 | 51 |
| Binary | 1101000 | 10110101 | 11011 | 101011 | 0 | 1010101 | 11101 | 1011010 | 1001010 | 101001 |
Color Harmonies of #68B51B
Complementary color
Monochromatic Colors of #68B51B
Black with #68B51B
Text Example
Text Example
White with #68B51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B51B; }
p { color: rgb(104,181,27); }
H1.HeaderClassName
{
color: #68B51B;
}
.AnyTagClassName
{
color: #68B51B;
}
</style>
background-color css
<style>
a { background-color: #68B51B; }
a { background-color: rgb(104,181,27); }
div.DivClassName
{
background-color: #68B51B;
}
.BgClassName
{
background-color: #68B51B;
}
</style>
border-color css
<style>
span { border-color: #68B51B; }
span { border-color: rgb(104,181,27); }
td.TdClassName
{
border-color: #68B51B;
}
.TagClassName
{
border-color: #68B51B;
}
</style>