Shades of Crusoe #076215
Tints of Crusoe #076215
RGB
CMYK
RGB Variations
Color information
#076215 (or 0x076215) is known color: Crusoe. HEX triplet: 07, 62 and 15. RGB value is (7,98,21). Sum of RGB (Red+Green+Blue) = 7+98+21=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #076215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076215 is #F89DEA. Grayscale: #3E3E3E. Windows color (decimal): -16293355 or 1401351. OLE color: 1401351.
HSL color Cylindrical-coordinate representation of color #076215: hue angle of 129.23º 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 #076215 is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 21 | - |
| CMYK | 0.93 | 0 | 0.79 | 0.62 |
| HSL | 129.23º | 0.87% | 0.21% | - |
| HSV(B) | 129.23º | 0.93% | 0.38% | - |
| XYZ | 4.59 | 8.83 | 2.17 | - |
| YUV | 62.01 | 104.85 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 21 | 0.93 | 0 | 0.79 | 0.62 | 129.23 | 0.87 | 0.21 |
| Hex | 7 | 62 | 15 | 5D | 0 | 4F | 3E | 81 | 57 | 15 |
| Octal | 7 | 142 | 25 | 135 | 0 | 117 | 76 | 201 | 127 | 25 |
| Binary | 111 | 1100010 | 10101 | 1011101 | 0 | 1001111 | 111110 | 10000001 | 1010111 | 10101 |
Color Harmonies of #076215
Complementary color
Monochromatic Colors of #076215
Black with #076215
Text Example
Text Example
White with #076215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076215; }
p { color: rgb(7,98,21); }
H1.HeaderClassName
{
color: #076215;
}
.AnyTagClassName
{
color: #076215;
}
</style>
background-color css
<style>
a { background-color: #076215; }
a { background-color: rgb(7,98,21); }
div.DivClassName
{
background-color: #076215;
}
.BgClassName
{
background-color: #076215;
}
</style>
border-color css
<style>
span { border-color: #076215; }
span { border-color: rgb(7,98,21); }
td.TdClassName
{
border-color: #076215;
}
.TagClassName
{
border-color: #076215;
}
</style>