Shades of Keppel #61B095
Tints of Keppel #61B095
RGB
CMYK
RGB Variations
Color information
#61B095 (or 0x61B095) is known color: Keppel. HEX triplet: 61, B0 and 95. RGB value is (97,176,149). Sum of RGB (Red+Green+Blue) = 97+176+149=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #61B095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B095 is #9E4F6A. Grayscale: #959595. Windows color (decimal): -10375019 or 9810017. OLE color: 9810017.
HSL color Cylindrical-coordinate representation of color #61B095: hue angle of 159.49º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B095 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 176 | 149 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.31 |
| HSL | 159.49º | 0.33% | 0.54% | - |
| HSV(B) | 159.49º | 0.45% | 0.69% | - |
| XYZ | 25.88 | 35.76 | 33.97 | - |
| YUV | 149.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 176 | 149 | 0.45 | 0 | 0.15 | 0.31 | 159.49 | 0.33 | 0.54 |
| Hex | 61 | B0 | 95 | 2D | 0 | F | 1F | 9F | 21 | 36 |
| Octal | 141 | 260 | 225 | 55 | 0 | 17 | 37 | 237 | 41 | 66 |
| Binary | 1100001 | 10110000 | 10010101 | 101101 | 0 | 1111 | 11111 | 10011111 | 100001 | 110110 |
Color Harmonies of #61B095
Complementary color
Monochromatic Colors of #61B095
Black with #61B095
Text Example
Text Example
White with #61B095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B095; }
p { color: rgb(97,176,149); }
H1.HeaderClassName
{
color: #61B095;
}
.AnyTagClassName
{
color: #61B095;
}
</style>
background-color css
<style>
a { background-color: #61B095; }
a { background-color: rgb(97,176,149); }
div.DivClassName
{
background-color: #61B095;
}
.BgClassName
{
background-color: #61B095;
}
</style>
border-color css
<style>
span { border-color: #61B095; }
span { border-color: rgb(97,176,149); }
td.TdClassName
{
border-color: #61B095;
}
.TagClassName
{
border-color: #61B095;
}
</style>