Shades of Keppel #67B696
Tints of Keppel #67B696
RGB
CMYK
RGB Variations
Color information
#67B696 (or 0x67B696) is known color: Keppel. HEX triplet: 67, B6 and 96. RGB value is (103,182,150). Sum of RGB (Red+Green+Blue) = 103+182+150=435 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.68% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #67B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67B696 is #984969. Grayscale: #9A9A9A. Windows color (decimal): -9980266 or 9877095. OLE color: 9877095.
HSL color Cylindrical-coordinate representation of color #67B696: hue angle of 155.7º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67B696 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 182 | 150 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.29 |
| HSL | 155.7º | 0.35% | 0.56% | - |
| HSV(B) | 155.7º | 0.43% | 0.71% | - |
| XYZ | 27.83 | 38.54 | 34.83 | - |
| YUV | 154.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 182 | 150 | 0.43 | 0 | 0.18 | 0.29 | 155.7 | 0.35 | 0.56 |
| Hex | 67 | B6 | 96 | 2B | 0 | 12 | 1D | 9C | 23 | 38 |
| Octal | 147 | 266 | 226 | 53 | 0 | 22 | 35 | 234 | 43 | 70 |
| Binary | 1100111 | 10110110 | 10010110 | 101011 | 0 | 10010 | 11101 | 10011100 | 100011 | 111000 |
Color Harmonies of #67B696
Complementary color
Monochromatic Colors of #67B696
Black with #67B696
Text Example
Text Example
White with #67B696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67B696; }
p { color: rgb(103,182,150); }
H1.HeaderClassName
{
color: #67B696;
}
.AnyTagClassName
{
color: #67B696;
}
</style>
background-color css
<style>
a { background-color: #67B696; }
a { background-color: rgb(103,182,150); }
div.DivClassName
{
background-color: #67B696;
}
.BgClassName
{
background-color: #67B696;
}
</style>
border-color css
<style>
span { border-color: #67B696; }
span { border-color: rgb(103,182,150); }
td.TdClassName
{
border-color: #67B696;
}
.TagClassName
{
border-color: #67B696;
}
</style>