Shades of Crusoe #07662C
Tints of Crusoe #07662C
RGB
CMYK
RGB Variations
Color information
#07662C (or 0x07662C) is known color: Crusoe. HEX triplet: 07, 66 and 2C. RGB value is (7,102,44). Sum of RGB (Red+Green+Blue) = 7+102+44=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #07662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07662C is #F899D3. Grayscale: #434343. Windows color (decimal): -16292308 or 2909703. OLE color: 2909703.
HSL color Cylindrical-coordinate representation of color #07662C: hue angle of 143.37º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07662C is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 44 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.6 |
| HSL | 143.37º | 0.87% | 0.21% | - |
| HSV(B) | 143.37º | 0.93% | 0.4% | - |
| XYZ | 5.29 | 9.73 | 3.98 | - |
| YUV | 66.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 44 | 0.93 | 0 | 0.57 | 0.6 | 143.37 | 0.87 | 0.21 |
| Hex | 7 | 66 | 2C | 5D | 0 | 39 | 3C | 8F | 57 | 15 |
| Octal | 7 | 146 | 54 | 135 | 0 | 71 | 74 | 217 | 127 | 25 |
| Binary | 111 | 1100110 | 101100 | 1011101 | 0 | 111001 | 111100 | 10001111 | 1010111 | 10101 |
Color Harmonies of #07662C
Complementary color
Monochromatic Colors of #07662C
Black with #07662C
Text Example
Text Example
White with #07662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07662C; }
p { color: rgb(7,102,44); }
H1.HeaderClassName
{
color: #07662C;
}
.AnyTagClassName
{
color: #07662C;
}
</style>
background-color css
<style>
a { background-color: #07662C; }
a { background-color: rgb(7,102,44); }
div.DivClassName
{
background-color: #07662C;
}
.BgClassName
{
background-color: #07662C;
}
</style>
border-color css
<style>
span { border-color: #07662C; }
span { border-color: rgb(7,102,44); }
td.TdClassName
{
border-color: #07662C;
}
.TagClassName
{
border-color: #07662C;
}
</style>