Shades of Keppel #65AF91
Tints of Keppel #65AF91
RGB
CMYK
RGB Variations
Color information
#65AF91 (or 0x65AF91) is known color: Keppel. HEX triplet: 65, AF and 91. RGB value is (101,175,145). Sum of RGB (Red+Green+Blue) = 101+175+145=421 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.99% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 145 (57.03% from 255 or 34.44% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AF91 is #9A506E. Grayscale: #959595. Windows color (decimal): -10113135 or 9547621. OLE color: 9547621.
HSL color Cylindrical-coordinate representation of color #65AF91: hue angle of 155.68º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF91 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 145 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.31 |
| HSL | 155.68º | 0.32% | 0.54% | - |
| HSV(B) | 155.68º | 0.42% | 0.69% | - |
| XYZ | 25.81 | 35.47 | 32.27 | - |
| YUV | 149.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 145 | 0.42 | 0 | 0.17 | 0.31 | 155.68 | 0.32 | 0.54 |
| Hex | 65 | AF | 91 | 2A | 0 | 11 | 1F | 9C | 20 | 36 |
| Octal | 145 | 257 | 221 | 52 | 0 | 21 | 37 | 234 | 40 | 66 |
| Binary | 1100101 | 10101111 | 10010001 | 101010 | 0 | 10001 | 11111 | 10011100 | 100000 | 110110 |
Color Harmonies of #65AF91
Complementary color
Monochromatic Colors of #65AF91
Black with #65AF91
Text Example
Text Example
White with #65AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF91; }
p { color: rgb(101,175,145); }
H1.HeaderClassName
{
color: #65AF91;
}
.AnyTagClassName
{
color: #65AF91;
}
</style>
background-color css
<style>
a { background-color: #65AF91; }
a { background-color: rgb(101,175,145); }
div.DivClassName
{
background-color: #65AF91;
}
.BgClassName
{
background-color: #65AF91;
}
</style>
border-color css
<style>
span { border-color: #65AF91; }
span { border-color: rgb(101,175,145); }
td.TdClassName
{
border-color: #65AF91;
}
.TagClassName
{
border-color: #65AF91;
}
</style>