Shades of Crusoe #076225
Tints of Crusoe #076225
RGB
CMYK
RGB Variations
Color information
#076225 (or 0x076225) is known color: Crusoe. HEX triplet: 07, 62 and 25. RGB value is (7,98,37). Sum of RGB (Red+Green+Blue) = 7+98+37=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 37 (14.84% from 255 or 26.06% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #076225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076225 is #F89DDA. Grayscale: #3F3F3F. Windows color (decimal): -16293339 or 2449927. OLE color: 2449927.
HSL color Cylindrical-coordinate representation of color #076225: hue angle of 139.78º 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 #076225 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 98 | 37 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.62 |
| HSL | 139.78º | 0.87% | 0.21% | - |
| HSV(B) | 139.78º | 0.93% | 0.38% | - |
| XYZ | 4.79 | 8.91 | 3.22 | - |
| YUV | 63.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 37 | 0.93 | 0 | 0.62 | 0.62 | 139.78 | 0.87 | 0.21 |
| Hex | 7 | 62 | 25 | 5D | 0 | 3E | 3E | 8C | 57 | 15 |
| Octal | 7 | 142 | 45 | 135 | 0 | 76 | 76 | 214 | 127 | 25 |
| Binary | 111 | 1100010 | 100101 | 1011101 | 0 | 111110 | 111110 | 10001100 | 1010111 | 10101 |
Color Harmonies of #076225
Complementary color
Monochromatic Colors of #076225
Black with #076225
Text Example
Text Example
White with #076225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076225; }
p { color: rgb(7,98,37); }
H1.HeaderClassName
{
color: #076225;
}
.AnyTagClassName
{
color: #076225;
}
</style>
background-color css
<style>
a { background-color: #076225; }
a { background-color: rgb(7,98,37); }
div.DivClassName
{
background-color: #076225;
}
.BgClassName
{
background-color: #076225;
}
</style>
border-color css
<style>
span { border-color: #076225; }
span { border-color: rgb(7,98,37); }
td.TdClassName
{
border-color: #076225;
}
.TagClassName
{
border-color: #076225;
}
</style>