Shades of Crusoe #007120
Tints of Crusoe #007120
RGB
CMYK
RGB Variations
Color information
#007120 (or 0x007120) is known color: Crusoe. HEX triplet: 00, 71 and 20. RGB value is (0,113,32). Sum of RGB (Red+Green+Blue) = 0+113+32=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 113 (44.53% from 255 or 77.93% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 113 - color contains mainly: green. Hex color #007120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007120 is #FF8EDF. Grayscale: #464646. Windows color (decimal): -16748256 or 2126080. OLE color: 2126080.
HSL color Cylindrical-coordinate representation of color #007120: hue angle of 136.99º 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 #007120 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 113 | 32 | - |
| CMYK | 1 | 0 | 0.72 | 0.56 |
| HSL | 136.99º | 1% | 0.22% | - |
| HSV(B) | 136.99º | 1% | 0.44% | - |
| XYZ | 6.17 | 11.91 | 3.34 | - |
| YUV | 69.98 | 106.56 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 113 | 32 | 1 | 0 | 0.72 | 0.56 | 136.99 | 1 | 0.22 |
| Hex | 0 | 71 | 20 | 64 | 0 | 48 | 38 | 89 | 64 | 16 |
| Octal | 0 | 161 | 40 | 144 | 0 | 110 | 70 | 211 | 144 | 26 |
| Binary | 0 | 1110001 | 100000 | 1100100 | 0 | 1001000 | 111000 | 10001001 | 1100100 | 10110 |
Color Harmonies of #007120
Complementary color
Monochromatic Colors of #007120
Black with #007120
Text Example
Text Example
White with #007120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007120; }
p { color: rgb(0,113,32); }
H1.HeaderClassName
{
color: #007120;
}
.AnyTagClassName
{
color: #007120;
}
</style>
background-color css
<style>
a { background-color: #007120; }
a { background-color: rgb(0,113,32); }
div.DivClassName
{
background-color: #007120;
}
.BgClassName
{
background-color: #007120;
}
</style>
border-color css
<style>
span { border-color: #007120; }
span { border-color: rgb(0,113,32); }
td.TdClassName
{
border-color: #007120;
}
.TagClassName
{
border-color: #007120;
}
</style>