Shades of Christi #68B308
Tints of Christi #68B308
RGB
CMYK
RGB Variations
Color information
#68B308 (or 0x68B308) is known color: Christi. HEX triplet: 68, B3 and 08. RGB value is (104,179,8). Sum of RGB (Red+Green+Blue) = 104+179+8=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 179 (70.31% from 255 or 61.51% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 179 - color contains mainly: green. Hex color #68B308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B308 is #974CF7. Grayscale: #898989. Windows color (decimal): -9915640 or 570216. OLE color: 570216.
HSL color Cylindrical-coordinate representation of color #68B308: hue angle of 86.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68B308 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 104 | 179 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.30 |
| HSL | 86.32º | 0.91% | 0.37% | - |
| HSV(B) | 86.32º | 0.96% | 0.7% | - |
| XYZ | 21.87 | 35.2 | 5.87 | - |
| YUV | 137.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 179 | 8 | 0.42 | 0 | 0.96 | 0.30 | 86.32 | 0.91 | 0.37 |
| Hex | 68 | B3 | 8 | 2A | 0 | 60 | 1E | 56 | 5B | 25 |
| Octal | 150 | 263 | 10 | 52 | 0 | 140 | 36 | 126 | 133 | 45 |
| Binary | 1101000 | 10110011 | 1000 | 101010 | 0 | 1100000 | 11110 | 1010110 | 1011011 | 100101 |
Color Harmonies of #68B308
Complementary color
Monochromatic Colors of #68B308
Black with #68B308
Text Example
Text Example
White with #68B308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B308; }
p { color: rgb(104,179,8); }
H1.HeaderClassName
{
color: #68B308;
}
.AnyTagClassName
{
color: #68B308;
}
</style>
background-color css
<style>
a { background-color: #68B308; }
a { background-color: rgb(104,179,8); }
div.DivClassName
{
background-color: #68B308;
}
.BgClassName
{
background-color: #68B308;
}
</style>
border-color css
<style>
span { border-color: #68B308; }
span { border-color: rgb(104,179,8); }
td.TdClassName
{
border-color: #68B308;
}
.TagClassName
{
border-color: #68B308;
}
</style>