Shades of Crusoe #0F6925
Tints of Crusoe #0F6925
RGB
CMYK
RGB Variations
Color information
#0F6925 (or 0x0F6925) is known color: Crusoe. HEX triplet: 0F, 69 and 25. RGB value is (15,105,37). Sum of RGB (Red+Green+Blue) = 15+105+37=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 105 (41.41% from 255 or 66.88% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6925 is #F096DA. Grayscale: #464646. Windows color (decimal): -15767259 or 2451727. OLE color: 2451727.
HSL color Cylindrical-coordinate representation of color #0F6925: hue angle of 134.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6925 is Cyan = 0.86, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 105 | 37 | - |
| CMYK | 0.86 | 0 | 0.65 | 0.59 |
| HSL | 134.67º | 0.75% | 0.24% | - |
| HSV(B) | 134.67º | 0.86% | 0.41% | - |
| XYZ | 5.58 | 10.34 | 3.45 | - |
| YUV | 70.34 | 109.18 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 105 | 37 | 0.86 | 0 | 0.65 | 0.59 | 134.67 | 0.75 | 0.24 |
| Hex | F | 69 | 25 | 56 | 0 | 41 | 3B | 87 | 4B | 18 |
| Octal | 17 | 151 | 45 | 126 | 0 | 101 | 73 | 207 | 113 | 30 |
| Binary | 1111 | 1101001 | 100101 | 1010110 | 0 | 1000001 | 111011 | 10000111 | 1001011 | 11000 |
Color Harmonies of #0F6925
Complementary color
Monochromatic Colors of #0F6925
Black with #0F6925
Text Example
Text Example
White with #0F6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6925; }
p { color: rgb(15,105,37); }
H1.HeaderClassName
{
color: #0F6925;
}
.AnyTagClassName
{
color: #0F6925;
}
</style>
background-color css
<style>
a { background-color: #0F6925; }
a { background-color: rgb(15,105,37); }
div.DivClassName
{
background-color: #0F6925;
}
.BgClassName
{
background-color: #0F6925;
}
</style>
border-color css
<style>
span { border-color: #0F6925; }
span { border-color: rgb(15,105,37); }
td.TdClassName
{
border-color: #0F6925;
}
.TagClassName
{
border-color: #0F6925;
}
</style>