Shades of Crusoe #0F6328
Tints of Crusoe #0F6328
RGB
CMYK
RGB Variations
Color information
#0F6328 (or 0x0F6328) is known color: Crusoe. HEX triplet: 0F, 63 and 28. RGB value is (15,99,40). Sum of RGB (Red+Green+Blue) = 15+99+40=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #0F6328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6328 is #F09CD7. Grayscale: #434343. Windows color (decimal): -15768792 or 2646799. OLE color: 2646799.
HSL color Cylindrical-coordinate representation of color #0F6328: hue angle of 137.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6328 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 15 | 99 | 40 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.61 |
| HSL | 137.86º | 0.74% | 0.22% | - |
| HSV(B) | 137.86º | 0.85% | 0.39% | - |
| XYZ | 5.04 | 9.18 | 3.51 | - |
| YUV | 67.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 99 | 40 | 0.85 | 0 | 0.60 | 0.61 | 137.86 | 0.74 | 0.22 |
| Hex | F | 63 | 28 | 55 | 0 | 3C | 3D | 8A | 4A | 16 |
| Octal | 17 | 143 | 50 | 125 | 0 | 74 | 75 | 212 | 112 | 26 |
| Binary | 1111 | 1100011 | 101000 | 1010101 | 0 | 111100 | 111101 | 10001010 | 1001010 | 10110 |
Color Harmonies of #0F6328
Complementary color
Monochromatic Colors of #0F6328
Black with #0F6328
Text Example
Text Example
White with #0F6328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6328; }
p { color: rgb(15,99,40); }
H1.HeaderClassName
{
color: #0F6328;
}
.AnyTagClassName
{
color: #0F6328;
}
</style>
background-color css
<style>
a { background-color: #0F6328; }
a { background-color: rgb(15,99,40); }
div.DivClassName
{
background-color: #0F6328;
}
.BgClassName
{
background-color: #0F6328;
}
</style>
border-color css
<style>
span { border-color: #0F6328; }
span { border-color: rgb(15,99,40); }
td.TdClassName
{
border-color: #0F6328;
}
.TagClassName
{
border-color: #0F6328;
}
</style>