Shades of Crusoe #007721
Tints of Crusoe #007721
RGB
CMYK
RGB Variations
Color information
#007721 (or 0x007721) is known color: Crusoe. HEX triplet: 00, 77 and 21. RGB value is (0,119,33). Sum of RGB (Red+Green+Blue) = 0+119+33=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 119 (46.88% from 255 or 78.29% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 119 - color contains mainly: green. Hex color #007721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007721 is #FF88DE. Grayscale: #494949. Windows color (decimal): -16746719 or 2193152. OLE color: 2193152.
HSL color Cylindrical-coordinate representation of color #007721: hue angle of 136.64º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007721 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 33 | - |
| CMYK | 1 | 0 | 0.72 | 0.53 |
| HSL | 136.64º | 1% | 0.23% | - |
| HSV(B) | 136.64º | 1% | 0.47% | - |
| XYZ | 6.87 | 13.3 | 3.64 | - |
| YUV | 73.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 33 | 1 | 0 | 0.72 | 0.53 | 136.64 | 1 | 0.23 |
| Hex | 0 | 77 | 21 | 64 | 0 | 48 | 35 | 89 | 64 | 17 |
| Octal | 0 | 167 | 41 | 144 | 0 | 110 | 65 | 211 | 144 | 27 |
| Binary | 0 | 1110111 | 100001 | 1100100 | 0 | 1001000 | 110101 | 10001001 | 1100100 | 10111 |
Color Harmonies of #007721
Complementary color
Monochromatic Colors of #007721
Black with #007721
Text Example
Text Example
White with #007721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007721; }
p { color: rgb(0,119,33); }
H1.HeaderClassName
{
color: #007721;
}
.AnyTagClassName
{
color: #007721;
}
</style>
background-color css
<style>
a { background-color: #007721; }
a { background-color: rgb(0,119,33); }
div.DivClassName
{
background-color: #007721;
}
.BgClassName
{
background-color: #007721;
}
</style>
border-color css
<style>
span { border-color: #007721; }
span { border-color: rgb(0,119,33); }
td.TdClassName
{
border-color: #007721;
}
.TagClassName
{
border-color: #007721;
}
</style>