Shades of Crusoe #007822
Tints of Crusoe #007822
RGB
CMYK
RGB Variations
Color information
#007822 (or 0x007822) is known color: Crusoe. HEX triplet: 00, 78 and 22. RGB value is (0,120,34). Sum of RGB (Red+Green+Blue) = 0+120+34=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #007822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007822 is #FF87DD. Grayscale: #4A4A4A. Windows color (decimal): -16746462 or 2258944. OLE color: 2258944.
HSL color Cylindrical-coordinate representation of color #007822: hue angle of 137º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007822 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 34 | - |
| CMYK | 1 | 0 | 0.72 | 0.53 |
| HSL | 137º | 1% | 0.24% | - |
| HSV(B) | 137º | 1% | 0.47% | - |
| XYZ | 7.01 | 13.55 | 3.76 | - |
| YUV | 74.32 | 105.24 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 34 | 1 | 0 | 0.72 | 0.53 | 137 | 1 | 0.24 |
| Hex | 0 | 78 | 22 | 64 | 0 | 48 | 35 | 89 | 64 | 18 |
| Octal | 0 | 170 | 42 | 144 | 0 | 110 | 65 | 211 | 144 | 30 |
| Binary | 0 | 1111000 | 100010 | 1100100 | 0 | 1001000 | 110101 | 10001001 | 1100100 | 11000 |
Color Harmonies of #007822
Complementary color
Monochromatic Colors of #007822
Black with #007822
Text Example
Text Example
White with #007822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007822; }
p { color: rgb(0,120,34); }
H1.HeaderClassName
{
color: #007822;
}
.AnyTagClassName
{
color: #007822;
}
</style>
background-color css
<style>
a { background-color: #007822; }
a { background-color: rgb(0,120,34); }
div.DivClassName
{
background-color: #007822;
}
.BgClassName
{
background-color: #007822;
}
</style>
border-color css
<style>
span { border-color: #007822; }
span { border-color: rgb(0,120,34); }
td.TdClassName
{
border-color: #007822;
}
.TagClassName
{
border-color: #007822;
}
</style>