Shades of Crusoe #007021
Tints of Crusoe #007021
RGB
CMYK
RGB Variations
Color information
#007021 (or 0x007021) is known color: Crusoe. HEX triplet: 00, 70 and 21. RGB value is (0,112,33). Sum of RGB (Red+Green+Blue) = 0+112+33=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #007021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007021 is #FF8FDE. Grayscale: #454545. Windows color (decimal): -16748511 or 2191360. OLE color: 2191360.
HSL color Cylindrical-coordinate representation of color #007021: hue angle of 137.68º 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 #007021 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 112 | 33 | - |
| CMYK | 1 | 0 | 0.71 | 0.56 |
| HSL | 137.68º | 1% | 0.22% | - |
| HSV(B) | 137.68º | 1% | 0.44% | - |
| XYZ | 6.07 | 11.7 | 3.38 | - |
| YUV | 69.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 33 | 1 | 0 | 0.71 | 0.56 | 137.68 | 1 | 0.22 |
| Hex | 0 | 70 | 21 | 64 | 0 | 47 | 38 | 8A | 64 | 16 |
| Octal | 0 | 160 | 41 | 144 | 0 | 107 | 70 | 212 | 144 | 26 |
| Binary | 0 | 1110000 | 100001 | 1100100 | 0 | 1000111 | 111000 | 10001010 | 1100100 | 10110 |
Color Harmonies of #007021
Complementary color
Monochromatic Colors of #007021
Black with #007021
Text Example
Text Example
White with #007021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007021; }
p { color: rgb(0,112,33); }
H1.HeaderClassName
{
color: #007021;
}
.AnyTagClassName
{
color: #007021;
}
</style>
background-color css
<style>
a { background-color: #007021; }
a { background-color: rgb(0,112,33); }
div.DivClassName
{
background-color: #007021;
}
.BgClassName
{
background-color: #007021;
}
</style>
border-color css
<style>
span { border-color: #007021; }
span { border-color: rgb(0,112,33); }
td.TdClassName
{
border-color: #007021;
}
.TagClassName
{
border-color: #007021;
}
</style>