Shades of Crusoe #0F6731
Tints of Crusoe #0F6731
RGB
CMYK
RGB Variations
Color information
#0F6731 (or 0x0F6731) is known color: Crusoe. HEX triplet: 0F, 67 and 31. RGB value is (15,103,49). Sum of RGB (Red+Green+Blue) = 15+103+49=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 103 (40.62% from 255 or 61.68% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6731 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6731 is #F098CE. Grayscale: #464646. Windows color (decimal): -15767759 or 3237647. OLE color: 3237647.
HSL color Cylindrical-coordinate representation of color #0F6731: hue angle of 143.18º 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 #0F6731 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 49 | - |
| CMYK | 0.85 | 0 | 0.52 | 0.60 |
| HSL | 143.18º | 0.75% | 0.23% | - |
| HSV(B) | 143.18º | 0.85% | 0.4% | - |
| XYZ | 5.6 | 10.02 | 4.55 | - |
| YUV | 70.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 49 | 0.85 | 0 | 0.52 | 0.60 | 143.18 | 0.75 | 0.23 |
| Hex | F | 67 | 31 | 55 | 0 | 34 | 3C | 8F | 4B | 17 |
| Octal | 17 | 147 | 61 | 125 | 0 | 64 | 74 | 217 | 113 | 27 |
| Binary | 1111 | 1100111 | 110001 | 1010101 | 0 | 110100 | 111100 | 10001111 | 1001011 | 10111 |
Color Harmonies of #0F6731
Complementary color
Monochromatic Colors of #0F6731
Black with #0F6731
Text Example
Text Example
White with #0F6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6731; }
p { color: rgb(15,103,49); }
H1.HeaderClassName
{
color: #0F6731;
}
.AnyTagClassName
{
color: #0F6731;
}
</style>
background-color css
<style>
a { background-color: #0F6731; }
a { background-color: rgb(15,103,49); }
div.DivClassName
{
background-color: #0F6731;
}
.BgClassName
{
background-color: #0F6731;
}
</style>
border-color css
<style>
span { border-color: #0F6731; }
span { border-color: rgb(15,103,49); }
td.TdClassName
{
border-color: #0F6731;
}
.TagClassName
{
border-color: #0F6731;
}
</style>