Shades of Crusoe #00712B
Tints of Crusoe #00712B
RGB
CMYK
RGB Variations
Color information
#00712B (or 0x00712B) is known color: Crusoe. HEX triplet: 00, 71 and 2B. RGB value is (0,113,43). Sum of RGB (Red+Green+Blue) = 0+113+43=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 113 (44.53% from 255 or 72.44% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 113 - color contains mainly: green. Hex color #00712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00712B is #FF8ED4. Grayscale: #474747. Windows color (decimal): -16748245 or 2846976. OLE color: 2846976.
HSL color Cylindrical-coordinate representation of color #00712B: hue angle of 142.83º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00712B is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 43 | - |
| CMYK | 1 | 0 | 0.62 | 0.56 |
| HSL | 142.83º | 1% | 0.22% | - |
| HSV(B) | 142.83º | 1% | 0.44% | - |
| XYZ | 6.34 | 11.98 | 4.26 | - |
| YUV | 71.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 43 | 1 | 0 | 0.62 | 0.56 | 142.83 | 1 | 0.22 |
| Hex | 0 | 71 | 2B | 64 | 0 | 3E | 38 | 8F | 64 | 16 |
| Octal | 0 | 161 | 53 | 144 | 0 | 76 | 70 | 217 | 144 | 26 |
| Binary | 0 | 1110001 | 101011 | 1100100 | 0 | 111110 | 111000 | 10001111 | 1100100 | 10110 |
Color Harmonies of #00712B
Complementary color
Monochromatic Colors of #00712B
Black with #00712B
Text Example
Text Example
White with #00712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00712B; }
p { color: rgb(0,113,43); }
H1.HeaderClassName
{
color: #00712B;
}
.AnyTagClassName
{
color: #00712B;
}
</style>
background-color css
<style>
a { background-color: #00712B; }
a { background-color: rgb(0,113,43); }
div.DivClassName
{
background-color: #00712B;
}
.BgClassName
{
background-color: #00712B;
}
</style>
border-color css
<style>
span { border-color: #00712B; }
span { border-color: rgb(0,113,43); }
td.TdClassName
{
border-color: #00712B;
}
.TagClassName
{
border-color: #00712B;
}
</style>