Shades of Crusoe #07622C
Tints of Crusoe #07622C
RGB
CMYK
RGB Variations
Color information
#07622C (or 0x07622C) is known color: Crusoe. HEX triplet: 07, 62 and 2C. RGB value is (7,98,44). Sum of RGB (Red+Green+Blue) = 7+98+44=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 98 (38.67% from 255 or 65.77% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 98 - color contains mainly: green. Hex color #07622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07622C is #F89DD3. Grayscale: #404040. Windows color (decimal): -16293332 or 2908679. OLE color: 2908679.
HSL color Cylindrical-coordinate representation of color #07622C: hue angle of 144.4º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07622C is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 44 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.62 |
| HSL | 144.4º | 0.87% | 0.21% | - |
| HSV(B) | 144.4º | 0.93% | 0.38% | - |
| XYZ | 4.91 | 8.96 | 3.85 | - |
| YUV | 64.64 | 116.35 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 44 | 0.93 | 0 | 0.55 | 0.62 | 144.4 | 0.87 | 0.21 |
| Hex | 7 | 62 | 2C | 5D | 0 | 37 | 3E | 90 | 57 | 15 |
| Octal | 7 | 142 | 54 | 135 | 0 | 67 | 76 | 220 | 127 | 25 |
| Binary | 111 | 1100010 | 101100 | 1011101 | 0 | 110111 | 111110 | 10010000 | 1010111 | 10101 |
Color Harmonies of #07622C
Complementary color
Monochromatic Colors of #07622C
Black with #07622C
Text Example
Text Example
White with #07622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07622C; }
p { color: rgb(7,98,44); }
H1.HeaderClassName
{
color: #07622C;
}
.AnyTagClassName
{
color: #07622C;
}
</style>
background-color css
<style>
a { background-color: #07622C; }
a { background-color: rgb(7,98,44); }
div.DivClassName
{
background-color: #07622C;
}
.BgClassName
{
background-color: #07622C;
}
</style>
border-color css
<style>
span { border-color: #07622C; }
span { border-color: rgb(7,98,44); }
td.TdClassName
{
border-color: #07622C;
}
.TagClassName
{
border-color: #07622C;
}
</style>