Shades of Christi #68B307
Tints of Christi #68B307
RGB
CMYK
RGB Variations
Color information
#68B307 (or 0x68B307) is known color: Christi. HEX triplet: 68, B3 and 07. RGB value is (104,179,7). Sum of RGB (Red+Green+Blue) = 104+179+7=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 179 (70.31% from 255 or 61.72% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 179 - color contains mainly: green. Hex color #68B307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B307 is #974CF8. Grayscale: #898989. Windows color (decimal): -9915641 or 504680. OLE color: 504680.
HSL color Cylindrical-coordinate representation of color #68B307: hue angle of 86.16º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68B307 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 7 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.30 |
| HSL | 86.16º | 0.92% | 0.36% | - |
| HSV(B) | 86.16º | 0.96% | 0.7% | - |
| XYZ | 21.87 | 35.2 | 5.84 | - |
| YUV | 136.97 | 54.65 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 7 | 0.42 | 0 | 0.96 | 0.30 | 86.16 | 0.92 | 0.36 |
| Hex | 68 | B3 | 7 | 2A | 0 | 60 | 1E | 56 | 5C | 24 |
| Octal | 150 | 263 | 7 | 52 | 0 | 140 | 36 | 126 | 134 | 44 |
| Binary | 1101000 | 10110011 | 111 | 101010 | 0 | 1100000 | 11110 | 1010110 | 1011100 | 100100 |
Color Harmonies of #68B307
Complementary color
Monochromatic Colors of #68B307
Black with #68B307
Text Example
Text Example
White with #68B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B307; }
p { color: rgb(104,179,7); }
H1.HeaderClassName
{
color: #68B307;
}
.AnyTagClassName
{
color: #68B307;
}
</style>
background-color css
<style>
a { background-color: #68B307; }
a { background-color: rgb(104,179,7); }
div.DivClassName
{
background-color: #68B307;
}
.BgClassName
{
background-color: #68B307;
}
</style>
border-color css
<style>
span { border-color: #68B307; }
span { border-color: rgb(104,179,7); }
td.TdClassName
{
border-color: #68B307;
}
.TagClassName
{
border-color: #68B307;
}
</style>