Shades of Christi #68B40A
Tints of Christi #68B40A
RGB
CMYK
RGB Variations
Color information
#68B40A (or 0x68B40A) is known color: Christi. HEX triplet: 68, B4 and 0A. RGB value is (104,180,10). Sum of RGB (Red+Green+Blue) = 104+180+10=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #68B40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B40A is #974BF5. Grayscale: #8A8A8A. Windows color (decimal): -9915382 or 701544. OLE color: 701544.
HSL color Cylindrical-coordinate representation of color #68B40A: hue angle of 86.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68B40A is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 180 | 10 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.29 |
| HSL | 86.82º | 0.89% | 0.37% | - |
| HSV(B) | 86.82º | 0.94% | 0.71% | - |
| XYZ | 22.08 | 35.61 | 6 | - |
| YUV | 137.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 180 | 10 | 0.42 | 0 | 0.94 | 0.29 | 86.82 | 0.89 | 0.37 |
| Hex | 68 | B4 | A | 2A | 0 | 5E | 1D | 57 | 59 | 25 |
| Octal | 150 | 264 | 12 | 52 | 0 | 136 | 35 | 127 | 131 | 45 |
| Binary | 1101000 | 10110100 | 1010 | 101010 | 0 | 1011110 | 11101 | 1010111 | 1011001 | 100101 |
Color Harmonies of #68B40A
Complementary color
Monochromatic Colors of #68B40A
Black with #68B40A
Text Example
Text Example
White with #68B40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B40A; }
p { color: rgb(104,180,10); }
H1.HeaderClassName
{
color: #68B40A;
}
.AnyTagClassName
{
color: #68B40A;
}
</style>
background-color css
<style>
a { background-color: #68B40A; }
a { background-color: rgb(104,180,10); }
div.DivClassName
{
background-color: #68B40A;
}
.BgClassName
{
background-color: #68B40A;
}
</style>
border-color css
<style>
span { border-color: #68B40A; }
span { border-color: rgb(104,180,10); }
td.TdClassName
{
border-color: #68B40A;
}
.TagClassName
{
border-color: #68B40A;
}
</style>