Shades of Crusoe #00712C
Tints of Crusoe #00712C
RGB
CMYK
RGB Variations
Color information
#00712C (or 0x00712C) is known color: Crusoe. HEX triplet: 00, 71 and 2C. RGB value is (0,113,44). Sum of RGB (Red+Green+Blue) = 0+113+44=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #00712C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00712C is #FF8ED3. Grayscale: #474747. Windows color (decimal): -16748244 or 2912512. OLE color: 2912512.
HSL color Cylindrical-coordinate representation of color #00712C: hue angle of 143.36º 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 #00712C is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 44 | - |
| CMYK | 1 | 0 | 0.61 | 0.56 |
| HSL | 143.36º | 1% | 0.22% | - |
| HSV(B) | 143.36º | 1% | 0.44% | - |
| XYZ | 6.36 | 11.99 | 4.36 | - |
| YUV | 71.35 | 112.56 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 44 | 1 | 0 | 0.61 | 0.56 | 143.36 | 1 | 0.22 |
| Hex | 0 | 71 | 2C | 64 | 0 | 3D | 38 | 8F | 64 | 16 |
| Octal | 0 | 161 | 54 | 144 | 0 | 75 | 70 | 217 | 144 | 26 |
| Binary | 0 | 1110001 | 101100 | 1100100 | 0 | 111101 | 111000 | 10001111 | 1100100 | 10110 |
Color Harmonies of #00712C
Complementary color
Monochromatic Colors of #00712C
Black with #00712C
Text Example
Text Example
White with #00712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00712C; }
p { color: rgb(0,113,44); }
H1.HeaderClassName
{
color: #00712C;
}
.AnyTagClassName
{
color: #00712C;
}
</style>
background-color css
<style>
a { background-color: #00712C; }
a { background-color: rgb(0,113,44); }
div.DivClassName
{
background-color: #00712C;
}
.BgClassName
{
background-color: #00712C;
}
</style>
border-color css
<style>
span { border-color: #00712C; }
span { border-color: rgb(0,113,44); }
td.TdClassName
{
border-color: #00712C;
}
.TagClassName
{
border-color: #00712C;
}
</style>