Shades of Crusoe #0F612B
Tints of Crusoe #0F612B
RGB
CMYK
RGB Variations
Color information
#0F612B (or 0x0F612B) is known color: Crusoe. HEX triplet: 0F, 61 and 2B. RGB value is (15,97,43). Sum of RGB (Red+Green+Blue) = 15+97+43=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #0F612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F612B is #F09ED4. Grayscale: #424242. Windows color (decimal): -15769301 or 2842895. OLE color: 2842895.
HSL color Cylindrical-coordinate representation of color #0F612B: hue angle of 140.49º 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 #0F612B is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 43 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.62 |
| HSL | 140.49º | 0.73% | 0.22% | - |
| HSV(B) | 140.49º | 0.85% | 0.38% | - |
| XYZ | 4.91 | 8.83 | 3.73 | - |
| YUV | 66.33 | 114.83 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 43 | 0.85 | 0 | 0.56 | 0.62 | 140.49 | 0.73 | 0.22 |
| Hex | F | 61 | 2B | 55 | 0 | 38 | 3E | 8C | 49 | 16 |
| Octal | 17 | 141 | 53 | 125 | 0 | 70 | 76 | 214 | 111 | 26 |
| Binary | 1111 | 1100001 | 101011 | 1010101 | 0 | 111000 | 111110 | 10001100 | 1001001 | 10110 |
Color Harmonies of #0F612B
Complementary color
Monochromatic Colors of #0F612B
Black with #0F612B
Text Example
Text Example
White with #0F612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F612B; }
p { color: rgb(15,97,43); }
H1.HeaderClassName
{
color: #0F612B;
}
.AnyTagClassName
{
color: #0F612B;
}
</style>
background-color css
<style>
a { background-color: #0F612B; }
a { background-color: rgb(15,97,43); }
div.DivClassName
{
background-color: #0F612B;
}
.BgClassName
{
background-color: #0F612B;
}
</style>
border-color css
<style>
span { border-color: #0F612B; }
span { border-color: rgb(15,97,43); }
td.TdClassName
{
border-color: #0F612B;
}
.TagClassName
{
border-color: #0F612B;
}
</style>