Shades of Keppel #65A794
Tints of Keppel #65A794
RGB
CMYK
RGB Variations
Color information
#65A794 (or 0x65A794) is known color: Keppel. HEX triplet: 65, A7 and 94. RGB value is (101,167,148). Sum of RGB (Red+Green+Blue) = 101+167+148=416 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.28% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 167 - color contains mainly: green. Hex color #65A794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A794 is #9A586B. Grayscale: #919191. Windows color (decimal): -10115180 or 9742181. OLE color: 9742181.
HSL color Cylindrical-coordinate representation of color #65A794: hue angle of 162.73º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A794 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 148 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.35 |
| HSL | 162.73º | 0.27% | 0.53% | - |
| HSV(B) | 162.73º | 0.4% | 0.65% | - |
| XYZ | 24.53 | 32.54 | 33.01 | - |
| YUV | 145.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 148 | 0.40 | 0 | 0.11 | 0.35 | 162.73 | 0.27 | 0.53 |
| Hex | 65 | A7 | 94 | 28 | 0 | B | 23 | A3 | 1B | 35 |
| Octal | 145 | 247 | 224 | 50 | 0 | 13 | 43 | 243 | 33 | 65 |
| Binary | 1100101 | 10100111 | 10010100 | 101000 | 0 | 1011 | 100011 | 10100011 | 11011 | 110101 |
Color Harmonies of #65A794
Complementary color
Monochromatic Colors of #65A794
Black with #65A794
Text Example
Text Example
White with #65A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A794; }
p { color: rgb(101,167,148); }
H1.HeaderClassName
{
color: #65A794;
}
.AnyTagClassName
{
color: #65A794;
}
</style>
background-color css
<style>
a { background-color: #65A794; }
a { background-color: rgb(101,167,148); }
div.DivClassName
{
background-color: #65A794;
}
.BgClassName
{
background-color: #65A794;
}
</style>
border-color css
<style>
span { border-color: #65A794; }
span { border-color: rgb(101,167,148); }
td.TdClassName
{
border-color: #65A794;
}
.TagClassName
{
border-color: #65A794;
}
</style>