Shades of Crusoe #076721
Tints of Crusoe #076721
RGB
CMYK
RGB Variations
Color information
#076721 (or 0x076721) is known color: Crusoe. HEX triplet: 07, 67 and 21. RGB value is (7,103,33). Sum of RGB (Red+Green+Blue) = 7+103+33=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #076721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076721 is #F898DE. Grayscale: #424242. Windows color (decimal): -16292063 or 2189063. OLE color: 2189063.
HSL color Cylindrical-coordinate representation of color #076721: hue angle of 136.25º 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 #076721 is Cyan = 0.93, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 33 | - |
| CMYK | 0.93 | 0 | 0.68 | 0.60 |
| HSL | 136.25º | 0.87% | 0.22% | - |
| HSV(B) | 136.25º | 0.93% | 0.4% | - |
| XYZ | 5.21 | 9.86 | 3.07 | - |
| YUV | 66.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 33 | 0.93 | 0 | 0.68 | 0.60 | 136.25 | 0.87 | 0.22 |
| Hex | 7 | 67 | 21 | 5D | 0 | 44 | 3C | 88 | 57 | 16 |
| Octal | 7 | 147 | 41 | 135 | 0 | 104 | 74 | 210 | 127 | 26 |
| Binary | 111 | 1100111 | 100001 | 1011101 | 0 | 1000100 | 111100 | 10001000 | 1010111 | 10110 |
Color Harmonies of #076721
Complementary color
Monochromatic Colors of #076721
Black with #076721
Text Example
Text Example
White with #076721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076721; }
p { color: rgb(7,103,33); }
H1.HeaderClassName
{
color: #076721;
}
.AnyTagClassName
{
color: #076721;
}
</style>
background-color css
<style>
a { background-color: #076721; }
a { background-color: rgb(7,103,33); }
div.DivClassName
{
background-color: #076721;
}
.BgClassName
{
background-color: #076721;
}
</style>
border-color css
<style>
span { border-color: #076721; }
span { border-color: rgb(7,103,33); }
td.TdClassName
{
border-color: #076721;
}
.TagClassName
{
border-color: #076721;
}
</style>