Shades of Crusoe #007621
Tints of Crusoe #007621
RGB
CMYK
RGB Variations
Color information
#007621 (or 0x007621) is known color: Crusoe. HEX triplet: 00, 76 and 21. RGB value is (0,118,33). Sum of RGB (Red+Green+Blue) = 0+118+33=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #007621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007621 is #FF89DE. Grayscale: #494949. Windows color (decimal): -16746975 or 2192896. OLE color: 2192896.
HSL color Cylindrical-coordinate representation of color #007621: hue angle of 136.78º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007621 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 33 | - |
| CMYK | 1 | 0 | 0.72 | 0.54 |
| HSL | 136.78º | 1% | 0.23% | - |
| HSV(B) | 136.78º | 1% | 0.46% | - |
| XYZ | 6.75 | 13.07 | 3.61 | - |
| YUV | 73.03 | 105.41 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 33 | 1 | 0 | 0.72 | 0.54 | 136.78 | 1 | 0.23 |
| Hex | 0 | 76 | 21 | 64 | 0 | 48 | 36 | 89 | 64 | 17 |
| Octal | 0 | 166 | 41 | 144 | 0 | 110 | 66 | 211 | 144 | 27 |
| Binary | 0 | 1110110 | 100001 | 1100100 | 0 | 1001000 | 110110 | 10001001 | 1100100 | 10111 |
Color Harmonies of #007621
Complementary color
Monochromatic Colors of #007621
Black with #007621
Text Example
Text Example
White with #007621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007621; }
p { color: rgb(0,118,33); }
H1.HeaderClassName
{
color: #007621;
}
.AnyTagClassName
{
color: #007621;
}
</style>
background-color css
<style>
a { background-color: #007621; }
a { background-color: rgb(0,118,33); }
div.DivClassName
{
background-color: #007621;
}
.BgClassName
{
background-color: #007621;
}
</style>
border-color css
<style>
span { border-color: #007621; }
span { border-color: rgb(0,118,33); }
td.TdClassName
{
border-color: #007621;
}
.TagClassName
{
border-color: #007621;
}
</style>