Shades of Keppel #65B79B
Tints of Keppel #65B79B
RGB
CMYK
RGB Variations
Color information
#65B79B (or 0x65B79B) is known color: Keppel. HEX triplet: 65, B7 and 9B. RGB value is (101,183,155). Sum of RGB (Red+Green+Blue) = 101+183+155=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #65B79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B79B is #9A4864. Grayscale: #9B9B9B. Windows color (decimal): -10111077 or 10205029. OLE color: 10205029.
HSL color Cylindrical-coordinate representation of color #65B79B: hue angle of 159.51º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B79B is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 183 | 155 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.28 |
| HSL | 159.51º | 0.36% | 0.56% | - |
| HSV(B) | 159.51º | 0.45% | 0.72% | - |
| XYZ | 28.22 | 39 | 37.05 | - |
| YUV | 155.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 183 | 155 | 0.45 | 0 | 0.15 | 0.28 | 159.51 | 0.36 | 0.56 |
| Hex | 65 | B7 | 9B | 2D | 0 | F | 1C | A0 | 24 | 38 |
| Octal | 145 | 267 | 233 | 55 | 0 | 17 | 34 | 240 | 44 | 70 |
| Binary | 1100101 | 10110111 | 10011011 | 101101 | 0 | 1111 | 11100 | 10100000 | 100100 | 111000 |
Color Harmonies of #65B79B
Complementary color
Monochromatic Colors of #65B79B
Black with #65B79B
Text Example
Text Example
White with #65B79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B79B; }
p { color: rgb(101,183,155); }
H1.HeaderClassName
{
color: #65B79B;
}
.AnyTagClassName
{
color: #65B79B;
}
</style>
background-color css
<style>
a { background-color: #65B79B; }
a { background-color: rgb(101,183,155); }
div.DivClassName
{
background-color: #65B79B;
}
.BgClassName
{
background-color: #65B79B;
}
</style>
border-color css
<style>
span { border-color: #65B79B; }
span { border-color: rgb(101,183,155); }
td.TdClassName
{
border-color: #65B79B;
}
.TagClassName
{
border-color: #65B79B;
}
</style>