Shades of Crusoe #007620
Tints of Crusoe #007620
RGB
CMYK
RGB Variations
Color information
#007620 (or 0x007620) is known color: Crusoe. HEX triplet: 00, 76 and 20. RGB value is (0,118,32). Sum of RGB (Red+Green+Blue) = 0+118+32=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #007620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007620 is #FF89DF. Grayscale: #494949. Windows color (decimal): -16746976 or 2127360. OLE color: 2127360.
HSL color Cylindrical-coordinate representation of color #007620: hue angle of 136.27º 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 #007620 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 32 | - |
| CMYK | 1 | 0 | 0.73 | 0.54 |
| HSL | 136.27º | 1% | 0.23% | - |
| HSV(B) | 136.27º | 1% | 0.46% | - |
| XYZ | 6.74 | 13.06 | 3.53 | - |
| YUV | 72.91 | 104.91 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 32 | 1 | 0 | 0.73 | 0.54 | 136.27 | 1 | 0.23 |
| Hex | 0 | 76 | 20 | 64 | 0 | 49 | 36 | 88 | 64 | 17 |
| Octal | 0 | 166 | 40 | 144 | 0 | 111 | 66 | 210 | 144 | 27 |
| Binary | 0 | 1110110 | 100000 | 1100100 | 0 | 1001001 | 110110 | 10001000 | 1100100 | 10111 |
Color Harmonies of #007620
Complementary color
Monochromatic Colors of #007620
Black with #007620
Text Example
Text Example
White with #007620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007620; }
p { color: rgb(0,118,32); }
H1.HeaderClassName
{
color: #007620;
}
.AnyTagClassName
{
color: #007620;
}
</style>
background-color css
<style>
a { background-color: #007620; }
a { background-color: rgb(0,118,32); }
div.DivClassName
{
background-color: #007620;
}
.BgClassName
{
background-color: #007620;
}
</style>
border-color css
<style>
span { border-color: #007620; }
span { border-color: rgb(0,118,32); }
td.TdClassName
{
border-color: #007620;
}
.TagClassName
{
border-color: #007620;
}
</style>