Shades of Crusoe #0F622E
Tints of Crusoe #0F622E
RGB
CMYK
RGB Variations
Color information
#0F622E (or 0x0F622E) is known color: Crusoe. HEX triplet: 0F, 62 and 2E. RGB value is (15,98,46). Sum of RGB (Red+Green+Blue) = 15+98+46=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 98 (38.67% from 255 or 61.64% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 98 - color contains mainly: green. Hex color #0F622E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F622E is #F09DD1. Grayscale: #434343. Windows color (decimal): -15769042 or 3039759. OLE color: 3039759.
HSL color Cylindrical-coordinate representation of color #0F622E: hue angle of 142.41º 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 #0F622E is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 46 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.62 |
| HSL | 142.41º | 0.73% | 0.22% | - |
| HSV(B) | 142.41º | 0.85% | 0.38% | - |
| XYZ | 5.06 | 9.03 | 4.06 | - |
| YUV | 67.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 46 | 0.85 | 0 | 0.53 | 0.62 | 142.41 | 0.73 | 0.22 |
| Hex | F | 62 | 2E | 55 | 0 | 35 | 3E | 8E | 49 | 16 |
| Octal | 17 | 142 | 56 | 125 | 0 | 65 | 76 | 216 | 111 | 26 |
| Binary | 1111 | 1100010 | 101110 | 1010101 | 0 | 110101 | 111110 | 10001110 | 1001001 | 10110 |
Color Harmonies of #0F622E
Complementary color
Monochromatic Colors of #0F622E
Black with #0F622E
Text Example
Text Example
White with #0F622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F622E; }
p { color: rgb(15,98,46); }
H1.HeaderClassName
{
color: #0F622E;
}
.AnyTagClassName
{
color: #0F622E;
}
</style>
background-color css
<style>
a { background-color: #0F622E; }
a { background-color: rgb(15,98,46); }
div.DivClassName
{
background-color: #0F622E;
}
.BgClassName
{
background-color: #0F622E;
}
</style>
border-color css
<style>
span { border-color: #0F622E; }
span { border-color: rgb(15,98,46); }
td.TdClassName
{
border-color: #0F622E;
}
.TagClassName
{
border-color: #0F622E;
}
</style>