Shades of Crusoe #00701F
Tints of Crusoe #00701F
RGB
CMYK
RGB Variations
Color information
#00701F (or 0x00701F) is known color: Crusoe. HEX triplet: 00, 70 and 1F. RGB value is (0,112,31). Sum of RGB (Red+Green+Blue) = 0+112+31=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #00701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00701F is #FF8FE0. Grayscale: #454545. Windows color (decimal): -16748513 or 2060288. OLE color: 2060288.
HSL color Cylindrical-coordinate representation of color #00701F: hue angle of 136.61º 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 #00701F is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 31 | - |
| CMYK | 1 | 0 | 0.72 | 0.56 |
| HSL | 136.61º | 1% | 0.22% | - |
| HSV(B) | 136.61º | 1% | 0.44% | - |
| XYZ | 6.04 | 11.69 | 3.23 | - |
| YUV | 69.28 | 106.39 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 31 | 1 | 0 | 0.72 | 0.56 | 136.61 | 1 | 0.22 |
| Hex | 0 | 70 | 1F | 64 | 0 | 48 | 38 | 89 | 64 | 16 |
| Octal | 0 | 160 | 37 | 144 | 0 | 110 | 70 | 211 | 144 | 26 |
| Binary | 0 | 1110000 | 11111 | 1100100 | 0 | 1001000 | 111000 | 10001001 | 1100100 | 10110 |
Color Harmonies of #00701F
Complementary color
Monochromatic Colors of #00701F
Black with #00701F
Text Example
Text Example
White with #00701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00701F; }
p { color: rgb(0,112,31); }
H1.HeaderClassName
{
color: #00701F;
}
.AnyTagClassName
{
color: #00701F;
}
</style>
background-color css
<style>
a { background-color: #00701F; }
a { background-color: rgb(0,112,31); }
div.DivClassName
{
background-color: #00701F;
}
.BgClassName
{
background-color: #00701F;
}
</style>
border-color css
<style>
span { border-color: #00701F; }
span { border-color: rgb(0,112,31); }
td.TdClassName
{
border-color: #00701F;
}
.TagClassName
{
border-color: #00701F;
}
</style>