Shades of Crusoe #076025
Tints of Crusoe #076025
RGB
CMYK
RGB Variations
Color information
#076025 (or 0x076025) is known color: Crusoe. HEX triplet: 07, 60 and 25. RGB value is (7,96,37). Sum of RGB (Red+Green+Blue) = 7+96+37=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #076025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076025 is #F89FDA. Grayscale: #3E3E3E. Windows color (decimal): -16293851 or 2449415. OLE color: 2449415.
HSL color Cylindrical-coordinate representation of color #076025: hue angle of 140.22º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076025 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 37 | - |
| CMYK | 0.93 | 0 | 0.61 | 0.62 |
| HSL | 140.22º | 0.86% | 0.2% | - |
| HSV(B) | 140.22º | 0.93% | 0.38% | - |
| XYZ | 4.6 | 8.54 | 3.16 | - |
| YUV | 62.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 37 | 0.93 | 0 | 0.61 | 0.62 | 140.22 | 0.86 | 0.2 |
| Hex | 7 | 60 | 25 | 5D | 0 | 3D | 3E | 8C | 56 | 14 |
| Octal | 7 | 140 | 45 | 135 | 0 | 75 | 76 | 214 | 126 | 24 |
| Binary | 111 | 1100000 | 100101 | 1011101 | 0 | 111101 | 111110 | 10001100 | 1010110 | 10100 |
Color Harmonies of #076025
Complementary color
Monochromatic Colors of #076025
Black with #076025
Text Example
Text Example
White with #076025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076025; }
p { color: rgb(7,96,37); }
H1.HeaderClassName
{
color: #076025;
}
.AnyTagClassName
{
color: #076025;
}
</style>
background-color css
<style>
a { background-color: #076025; }
a { background-color: rgb(7,96,37); }
div.DivClassName
{
background-color: #076025;
}
.BgClassName
{
background-color: #076025;
}
</style>
border-color css
<style>
span { border-color: #076025; }
span { border-color: rgb(7,96,37); }
td.TdClassName
{
border-color: #076025;
}
.TagClassName
{
border-color: #076025;
}
</style>