Shades of Crusoe #0F672B
Tints of Crusoe #0F672B
RGB
CMYK
RGB Variations
Color information
#0F672B (or 0x0F672B) is known color: Crusoe. HEX triplet: 0F, 67 and 2B. RGB value is (15,103,43). Sum of RGB (Red+Green+Blue) = 15+103+43=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #0F672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F672B is #F098D4. Grayscale: #464646. Windows color (decimal): -15767765 or 2844431. OLE color: 2844431.
HSL color Cylindrical-coordinate representation of color #0F672B: hue angle of 139.09º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F672B is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 43 | - |
| CMYK | 0.85 | 0 | 0.58 | 0.60 |
| HSL | 139.09º | 0.75% | 0.23% | - |
| HSV(B) | 139.09º | 0.85% | 0.4% | - |
| XYZ | 5.48 | 9.98 | 3.92 | - |
| YUV | 69.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 43 | 0.85 | 0 | 0.58 | 0.60 | 139.09 | 0.75 | 0.23 |
| Hex | F | 67 | 2B | 55 | 0 | 3A | 3C | 8B | 4B | 17 |
| Octal | 17 | 147 | 53 | 125 | 0 | 72 | 74 | 213 | 113 | 27 |
| Binary | 1111 | 1100111 | 101011 | 1010101 | 0 | 111010 | 111100 | 10001011 | 1001011 | 10111 |
Color Harmonies of #0F672B
Complementary color
Monochromatic Colors of #0F672B
Black with #0F672B
Text Example
Text Example
White with #0F672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F672B; }
p { color: rgb(15,103,43); }
H1.HeaderClassName
{
color: #0F672B;
}
.AnyTagClassName
{
color: #0F672B;
}
</style>
background-color css
<style>
a { background-color: #0F672B; }
a { background-color: rgb(15,103,43); }
div.DivClassName
{
background-color: #0F672B;
}
.BgClassName
{
background-color: #0F672B;
}
</style>
border-color css
<style>
span { border-color: #0F672B; }
span { border-color: rgb(15,103,43); }
td.TdClassName
{
border-color: #0F672B;
}
.TagClassName
{
border-color: #0F672B;
}
</style>