Shades of Christi #68B405
Tints of Christi #68B405
RGB
CMYK
RGB Variations
Color information
#68B405 (or 0x68B405) is known color: Christi. HEX triplet: 68, B4 and 05. RGB value is (104,180,5). Sum of RGB (Red+Green+Blue) = 104+180+5=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #68B405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B405 is #974BFA. Grayscale: #898989. Windows color (decimal): -9915387 or 373864. OLE color: 373864.
HSL color Cylindrical-coordinate representation of color #68B405: hue angle of 86.06º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68B405 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 5 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.29 |
| HSL | 86.06º | 0.95% | 0.36% | - |
| HSV(B) | 86.06º | 0.97% | 0.71% | - |
| XYZ | 22.06 | 35.6 | 5.85 | - |
| YUV | 137.33 | 53.32 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 5 | 0.42 | 0 | 0.97 | 0.29 | 86.06 | 0.95 | 0.36 |
| Hex | 68 | B4 | 5 | 2A | 0 | 61 | 1D | 56 | 5F | 24 |
| Octal | 150 | 264 | 5 | 52 | 0 | 141 | 35 | 126 | 137 | 44 |
| Binary | 1101000 | 10110100 | 101 | 101010 | 0 | 1100001 | 11101 | 1010110 | 1011111 | 100100 |
Color Harmonies of #68B405
Complementary color
Monochromatic Colors of #68B405
Black with #68B405
Text Example
Text Example
White with #68B405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B405; }
p { color: rgb(104,180,5); }
H1.HeaderClassName
{
color: #68B405;
}
.AnyTagClassName
{
color: #68B405;
}
</style>
background-color css
<style>
a { background-color: #68B405; }
a { background-color: rgb(104,180,5); }
div.DivClassName
{
background-color: #68B405;
}
.BgClassName
{
background-color: #68B405;
}
</style>
border-color css
<style>
span { border-color: #68B405; }
span { border-color: rgb(104,180,5); }
td.TdClassName
{
border-color: #68B405;
}
.TagClassName
{
border-color: #68B405;
}
</style>