Shades of Crusoe #0F612F
Tints of Crusoe #0F612F
RGB
CMYK
RGB Variations
Color information
#0F612F (or 0x0F612F) is known color: Crusoe. HEX triplet: 0F, 61 and 2F. RGB value is (15,97,47). Sum of RGB (Red+Green+Blue) = 15+97+47=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 97 (38.28% from 255 or 61.01% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 97 - color contains mainly: green. Hex color #0F612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F612F is #F09ED0. Grayscale: #424242. Windows color (decimal): -15769297 or 3105039. OLE color: 3105039.
HSL color Cylindrical-coordinate representation of color #0F612F: hue angle of 143.41º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F612F is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 47 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.62 |
| HSL | 143.41º | 0.73% | 0.22% | - |
| HSV(B) | 143.41º | 0.85% | 0.38% | - |
| XYZ | 4.98 | 8.86 | 4.14 | - |
| YUV | 66.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 47 | 0.85 | 0 | 0.52 | 0.62 | 143.41 | 0.73 | 0.22 |
| Hex | F | 61 | 2F | 55 | 0 | 34 | 3E | 8F | 49 | 16 |
| Octal | 17 | 141 | 57 | 125 | 0 | 64 | 76 | 217 | 111 | 26 |
| Binary | 1111 | 1100001 | 101111 | 1010101 | 0 | 110100 | 111110 | 10001111 | 1001001 | 10110 |
Color Harmonies of #0F612F
Complementary color
Monochromatic Colors of #0F612F
Black with #0F612F
Text Example
Text Example
White with #0F612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F612F; }
p { color: rgb(15,97,47); }
H1.HeaderClassName
{
color: #0F612F;
}
.AnyTagClassName
{
color: #0F612F;
}
</style>
background-color css
<style>
a { background-color: #0F612F; }
a { background-color: rgb(15,97,47); }
div.DivClassName
{
background-color: #0F612F;
}
.BgClassName
{
background-color: #0F612F;
}
</style>
border-color css
<style>
span { border-color: #0F612F; }
span { border-color: rgb(15,97,47); }
td.TdClassName
{
border-color: #0F612F;
}
.TagClassName
{
border-color: #0F612F;
}
</style>