Shades of Crusoe #0F6726
Tints of Crusoe #0F6726
RGB
CMYK
RGB Variations
Color information
#0F6726 (or 0x0F6726) is known color: Crusoe. HEX triplet: 0F, 67 and 26. RGB value is (15,103,38). Sum of RGB (Red+Green+Blue) = 15+103+38=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6726 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6726 is #F098D9. Grayscale: #454545. Windows color (decimal): -15767770 or 2516751. OLE color: 2516751.
HSL color Cylindrical-coordinate representation of color #0F6726: hue angle of 135.68º 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 #0F6726 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 38 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.60 |
| HSL | 135.68º | 0.75% | 0.23% | - |
| HSV(B) | 135.68º | 0.85% | 0.4% | - |
| XYZ | 5.4 | 9.94 | 3.47 | - |
| YUV | 69.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 38 | 0.85 | 0 | 0.63 | 0.60 | 135.68 | 0.75 | 0.23 |
| Hex | F | 67 | 26 | 55 | 0 | 3F | 3C | 88 | 4B | 17 |
| Octal | 17 | 147 | 46 | 125 | 0 | 77 | 74 | 210 | 113 | 27 |
| Binary | 1111 | 1100111 | 100110 | 1010101 | 0 | 111111 | 111100 | 10001000 | 1001011 | 10111 |
Color Harmonies of #0F6726
Complementary color
Monochromatic Colors of #0F6726
Black with #0F6726
Text Example
Text Example
White with #0F6726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6726; }
p { color: rgb(15,103,38); }
H1.HeaderClassName
{
color: #0F6726;
}
.AnyTagClassName
{
color: #0F6726;
}
</style>
background-color css
<style>
a { background-color: #0F6726; }
a { background-color: rgb(15,103,38); }
div.DivClassName
{
background-color: #0F6726;
}
.BgClassName
{
background-color: #0F6726;
}
</style>
border-color css
<style>
span { border-color: #0F6726; }
span { border-color: rgb(15,103,38); }
td.TdClassName
{
border-color: #0F6726;
}
.TagClassName
{
border-color: #0F6726;
}
</style>