Shades of Crusoe #007622
Tints of Crusoe #007622
RGB
CMYK
RGB Variations
Color information
#007622 (or 0x007622) is known color: Crusoe. HEX triplet: 00, 76 and 22. RGB value is (0,118,34). Sum of RGB (Red+Green+Blue) = 0+118+34=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #007622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007622 is #FF89DD. Grayscale: #494949. Windows color (decimal): -16746974 or 2258432. OLE color: 2258432.
HSL color Cylindrical-coordinate representation of color #007622: hue angle of 137.29º 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 #007622 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 34 | - |
| CMYK | 1 | 0 | 0.71 | 0.54 |
| HSL | 137.29º | 1% | 0.23% | - |
| HSV(B) | 137.29º | 1% | 0.46% | - |
| XYZ | 6.77 | 13.07 | 3.68 | - |
| YUV | 73.14 | 105.91 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 34 | 1 | 0 | 0.71 | 0.54 | 137.29 | 1 | 0.23 |
| Hex | 0 | 76 | 22 | 64 | 0 | 47 | 36 | 89 | 64 | 17 |
| Octal | 0 | 166 | 42 | 144 | 0 | 107 | 66 | 211 | 144 | 27 |
| Binary | 0 | 1110110 | 100010 | 1100100 | 0 | 1000111 | 110110 | 10001001 | 1100100 | 10111 |
Color Harmonies of #007622
Complementary color
Monochromatic Colors of #007622
Black with #007622
Text Example
Text Example
White with #007622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007622; }
p { color: rgb(0,118,34); }
H1.HeaderClassName
{
color: #007622;
}
.AnyTagClassName
{
color: #007622;
}
</style>
background-color css
<style>
a { background-color: #007622; }
a { background-color: rgb(0,118,34); }
div.DivClassName
{
background-color: #007622;
}
.BgClassName
{
background-color: #007622;
}
</style>
border-color css
<style>
span { border-color: #007622; }
span { border-color: rgb(0,118,34); }
td.TdClassName
{
border-color: #007622;
}
.TagClassName
{
border-color: #007622;
}
</style>