Shades of Crusoe #07672B
Tints of Crusoe #07672B
RGB
CMYK
RGB Variations
Color information
#07672B (or 0x07672B) is known color: Crusoe. HEX triplet: 07, 67 and 2B. RGB value is (7,103,43). Sum of RGB (Red+Green+Blue) = 7+103+43=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #07672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07672B is #F898D4. Grayscale: #434343. Windows color (decimal): -16292053 or 2844423. OLE color: 2844423.
HSL color Cylindrical-coordinate representation of color #07672B: hue angle of 142.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07672B is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 43 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.60 |
| HSL | 142.5º | 0.87% | 0.22% | - |
| HSV(B) | 142.5º | 0.93% | 0.4% | - |
| XYZ | 5.37 | 9.92 | 3.92 | - |
| YUV | 67.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 43 | 0.93 | 0 | 0.58 | 0.60 | 142.5 | 0.87 | 0.22 |
| Hex | 7 | 67 | 2B | 5D | 0 | 3A | 3C | 8E | 57 | 16 |
| Octal | 7 | 147 | 53 | 135 | 0 | 72 | 74 | 216 | 127 | 26 |
| Binary | 111 | 1100111 | 101011 | 1011101 | 0 | 111010 | 111100 | 10001110 | 1010111 | 10110 |
Color Harmonies of #07672B
Complementary color
Monochromatic Colors of #07672B
Black with #07672B
Text Example
Text Example
White with #07672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07672B; }
p { color: rgb(7,103,43); }
H1.HeaderClassName
{
color: #07672B;
}
.AnyTagClassName
{
color: #07672B;
}
</style>
background-color css
<style>
a { background-color: #07672B; }
a { background-color: rgb(7,103,43); }
div.DivClassName
{
background-color: #07672B;
}
.BgClassName
{
background-color: #07672B;
}
</style>
border-color css
<style>
span { border-color: #07672B; }
span { border-color: rgb(7,103,43); }
td.TdClassName
{
border-color: #07672B;
}
.TagClassName
{
border-color: #07672B;
}
</style>