Shades of Christi #68A608
Tints of Christi #68A608
RGB
CMYK
RGB Variations
Color information
#68A608 (or 0x68A608) is known color: Christi. HEX triplet: 68, A6 and 08. RGB value is (104,166,8). Sum of RGB (Red+Green+Blue) = 104+166+8=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #68A608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A608 is #9759F7. Grayscale: #828282. Windows color (decimal): -9918968 or 566888. OLE color: 566888.
HSL color Cylindrical-coordinate representation of color #68A608: hue angle of 83.54º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68A608 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 166 | 8 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.35 |
| HSL | 83.54º | 0.91% | 0.34% | - |
| HSV(B) | 83.54º | 0.95% | 0.65% | - |
| XYZ | 19.39 | 30.23 | 5.04 | - |
| YUV | 129.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 166 | 8 | 0.37 | 0 | 0.95 | 0.35 | 83.54 | 0.91 | 0.34 |
| Hex | 68 | A6 | 8 | 25 | 0 | 5F | 23 | 54 | 5B | 22 |
| Octal | 150 | 246 | 10 | 45 | 0 | 137 | 43 | 124 | 133 | 42 |
| Binary | 1101000 | 10100110 | 1000 | 100101 | 0 | 1011111 | 100011 | 1010100 | 1011011 | 100010 |
Color Harmonies of #68A608
Complementary color
Monochromatic Colors of #68A608
Black with #68A608
Text Example
Text Example
White with #68A608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A608; }
p { color: rgb(104,166,8); }
H1.HeaderClassName
{
color: #68A608;
}
.AnyTagClassName
{
color: #68A608;
}
</style>
background-color css
<style>
a { background-color: #68A608; }
a { background-color: rgb(104,166,8); }
div.DivClassName
{
background-color: #68A608;
}
.BgClassName
{
background-color: #68A608;
}
</style>
border-color css
<style>
span { border-color: #68A608; }
span { border-color: rgb(104,166,8); }
td.TdClassName
{
border-color: #68A608;
}
.TagClassName
{
border-color: #68A608;
}
</style>