Shades of Blue Stone #0C655F
Tints of Blue Stone #0C655F
RGB
CMYK
RGB Variations
Color information
#0C655F (or 0x0C655F) is known color: Blue Stone. HEX triplet: 0C, 65 and 5F. RGB value is (12,101,95). Sum of RGB (Red+Green+Blue) = 12+101+95=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 101 - color contains mainly: green. Hex color #0C655F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C655F is #F39AA0. Grayscale: #494949. Windows color (decimal): -15964833 or 6251788. OLE color: 6251788.
HSL color Cylindrical-coordinate representation of color #0C655F: hue angle of 175.96º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C655F is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 95 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.60 |
| HSL | 175.96º | 0.79% | 0.22% | - |
| HSV(B) | 175.96º | 0.88% | 0.4% | - |
| XYZ | 6.87 | 10.21 | 12.44 | - |
| YUV | 73.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 95 | 0.88 | 0 | 0.06 | 0.60 | 175.96 | 0.79 | 0.22 |
| Hex | C | 65 | 5F | 58 | 0 | 6 | 3C | B0 | 4F | 16 |
| Octal | 14 | 145 | 137 | 130 | 0 | 6 | 74 | 260 | 117 | 26 |
| Binary | 1100 | 1100101 | 1011111 | 1011000 | 0 | 110 | 111100 | 10110000 | 1001111 | 10110 |
Color Harmonies of #0C655F
Complementary color
Monochromatic Colors of #0C655F
Black with #0C655F
Text Example
Text Example
White with #0C655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C655F; }
p { color: rgb(12,101,95); }
H1.HeaderClassName
{
color: #0C655F;
}
.AnyTagClassName
{
color: #0C655F;
}
</style>
background-color css
<style>
a { background-color: #0C655F; }
a { background-color: rgb(12,101,95); }
div.DivClassName
{
background-color: #0C655F;
}
.BgClassName
{
background-color: #0C655F;
}
</style>
border-color css
<style>
span { border-color: #0C655F; }
span { border-color: rgb(12,101,95); }
td.TdClassName
{
border-color: #0C655F;
}
.TagClassName
{
border-color: #0C655F;
}
</style>