Shades of Crusoe #07662B
Tints of Crusoe #07662B
RGB
CMYK
RGB Variations
Color information
#07662B (or 0x07662B) is known color: Crusoe. HEX triplet: 07, 66 and 2B. RGB value is (7,102,43). Sum of RGB (Red+Green+Blue) = 7+102+43=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #07662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07662B is #F899D4. Grayscale: #434343. Windows color (decimal): -16292309 or 2844167. OLE color: 2844167.
HSL color Cylindrical-coordinate representation of color #07662B: hue angle of 142.74º 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 #07662B is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 43 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.6 |
| HSL | 142.74º | 0.87% | 0.21% | - |
| HSV(B) | 142.74º | 0.93% | 0.4% | - |
| XYZ | 5.28 | 9.72 | 3.88 | - |
| YUV | 66.87 | 114.53 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 43 | 0.93 | 0 | 0.58 | 0.6 | 142.74 | 0.87 | 0.21 |
| Hex | 7 | 66 | 2B | 5D | 0 | 3A | 3C | 8F | 57 | 15 |
| Octal | 7 | 146 | 53 | 135 | 0 | 72 | 74 | 217 | 127 | 25 |
| Binary | 111 | 1100110 | 101011 | 1011101 | 0 | 111010 | 111100 | 10001111 | 1010111 | 10101 |
Color Harmonies of #07662B
Complementary color
Monochromatic Colors of #07662B
Black with #07662B
Text Example
Text Example
White with #07662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07662B; }
p { color: rgb(7,102,43); }
H1.HeaderClassName
{
color: #07662B;
}
.AnyTagClassName
{
color: #07662B;
}
</style>
background-color css
<style>
a { background-color: #07662B; }
a { background-color: rgb(7,102,43); }
div.DivClassName
{
background-color: #07662B;
}
.BgClassName
{
background-color: #07662B;
}
</style>
border-color css
<style>
span { border-color: #07662B; }
span { border-color: rgb(7,102,43); }
td.TdClassName
{
border-color: #07662B;
}
.TagClassName
{
border-color: #07662B;
}
</style>