Shades of Crusoe #0F6230
Tints of Crusoe #0F6230
RGB
CMYK
RGB Variations
Color information
#0F6230 (or 0x0F6230) is known color: Crusoe. HEX triplet: 0F, 62 and 30. RGB value is (15,98,48). Sum of RGB (Red+Green+Blue) = 15+98+48=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 98 (38.67% from 255 or 60.87% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6230 is #F09DCF. Grayscale: #434343. Windows color (decimal): -15769040 or 3170831. OLE color: 3170831.
HSL color Cylindrical-coordinate representation of color #0F6230: hue angle of 143.86º 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 #0F6230 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 48 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.62 |
| HSL | 143.86º | 0.73% | 0.22% | - |
| HSV(B) | 143.86º | 0.85% | 0.38% | - |
| XYZ | 5.1 | 9.05 | 4.27 | - |
| YUV | 67.48 | 117 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 48 | 0.85 | 0 | 0.51 | 0.62 | 143.86 | 0.73 | 0.22 |
| Hex | F | 62 | 30 | 55 | 0 | 33 | 3E | 90 | 49 | 16 |
| Octal | 17 | 142 | 60 | 125 | 0 | 63 | 76 | 220 | 111 | 26 |
| Binary | 1111 | 1100010 | 110000 | 1010101 | 0 | 110011 | 111110 | 10010000 | 1001001 | 10110 |
Color Harmonies of #0F6230
Complementary color
Monochromatic Colors of #0F6230
Black with #0F6230
Text Example
Text Example
White with #0F6230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6230; }
p { color: rgb(15,98,48); }
H1.HeaderClassName
{
color: #0F6230;
}
.AnyTagClassName
{
color: #0F6230;
}
</style>
background-color css
<style>
a { background-color: #0F6230; }
a { background-color: rgb(15,98,48); }
div.DivClassName
{
background-color: #0F6230;
}
.BgClassName
{
background-color: #0F6230;
}
</style>
border-color css
<style>
span { border-color: #0F6230; }
span { border-color: rgb(15,98,48); }
td.TdClassName
{
border-color: #0F6230;
}
.TagClassName
{
border-color: #0F6230;
}
</style>