Shades of Keppel #67A696
Tints of Keppel #67A696
RGB
CMYK
RGB Variations
Color information
#67A696 (or 0x67A696) is known color: Keppel. HEX triplet: 67, A6 and 96. RGB value is (103,166,150). Sum of RGB (Red+Green+Blue) = 103+166+150=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #67A696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A696 is #985969. Grayscale: #919191. Windows color (decimal): -9984362 or 9872999. OLE color: 9872999.
HSL color Cylindrical-coordinate representation of color #67A696: hue angle of 164.76º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67A696 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 166 | 150 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.35 |
| HSL | 164.76º | 0.26% | 0.53% | - |
| HSV(B) | 164.76º | 0.38% | 0.65% | - |
| XYZ | 24.73 | 32.36 | 33.8 | - |
| YUV | 145.34 | 130.63 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 166 | 150 | 0.38 | 0 | 0.10 | 0.35 | 164.76 | 0.26 | 0.53 |
| Hex | 67 | A6 | 96 | 26 | 0 | A | 23 | A5 | 1A | 35 |
| Octal | 147 | 246 | 226 | 46 | 0 | 12 | 43 | 245 | 32 | 65 |
| Binary | 1100111 | 10100110 | 10010110 | 100110 | 0 | 1010 | 100011 | 10100101 | 11010 | 110101 |
Color Harmonies of #67A696
Complementary color
Monochromatic Colors of #67A696
Black with #67A696
Text Example
Text Example
White with #67A696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A696; }
p { color: rgb(103,166,150); }
H1.HeaderClassName
{
color: #67A696;
}
.AnyTagClassName
{
color: #67A696;
}
</style>
background-color css
<style>
a { background-color: #67A696; }
a { background-color: rgb(103,166,150); }
div.DivClassName
{
background-color: #67A696;
}
.BgClassName
{
background-color: #67A696;
}
</style>
border-color css
<style>
span { border-color: #67A696; }
span { border-color: rgb(103,166,150); }
td.TdClassName
{
border-color: #67A696;
}
.TagClassName
{
border-color: #67A696;
}
</style>