Shades of Keppel #68A999
Tints of Keppel #68A999
RGB
CMYK
RGB Variations
Color information
#68A999 (or 0x68A999) is known color: Keppel. HEX triplet: 68, A9 and 99. RGB value is (104,169,153). Sum of RGB (Red+Green+Blue) = 104+169+153=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #68A999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A999 is #975666. Grayscale: #939393. Windows color (decimal): -9918055 or 10070376. OLE color: 10070376.
HSL color Cylindrical-coordinate representation of color #68A999: hue angle of 165.23º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A999 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 169 | 153 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.34 |
| HSL | 165.23º | 0.27% | 0.54% | - |
| HSV(B) | 165.23º | 0.38% | 0.66% | - |
| XYZ | 25.65 | 33.62 | 35.27 | - |
| YUV | 147.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 153 | 0.38 | 0 | 0.09 | 0.34 | 165.23 | 0.27 | 0.54 |
| Hex | 68 | A9 | 99 | 26 | 0 | 9 | 22 | A5 | 1B | 36 |
| Octal | 150 | 251 | 231 | 46 | 0 | 11 | 42 | 245 | 33 | 66 |
| Binary | 1101000 | 10101001 | 10011001 | 100110 | 0 | 1001 | 100010 | 10100101 | 11011 | 110110 |
Color Harmonies of #68A999
Complementary color
Monochromatic Colors of #68A999
Black with #68A999
Text Example
Text Example
White with #68A999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A999; }
p { color: rgb(104,169,153); }
H1.HeaderClassName
{
color: #68A999;
}
.AnyTagClassName
{
color: #68A999;
}
</style>
background-color css
<style>
a { background-color: #68A999; }
a { background-color: rgb(104,169,153); }
div.DivClassName
{
background-color: #68A999;
}
.BgClassName
{
background-color: #68A999;
}
</style>
border-color css
<style>
span { border-color: #68A999; }
span { border-color: rgb(104,169,153); }
td.TdClassName
{
border-color: #68A999;
}
.TagClassName
{
border-color: #68A999;
}
</style>