Shades of Crusoe #077325
Tints of Crusoe #077325
RGB
CMYK
RGB Variations
Color information
#077325 (or 0x077325) is known color: Crusoe. HEX triplet: 07, 73 and 25. RGB value is (7,115,37). Sum of RGB (Red+Green+Blue) = 7+115+37=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #077325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077325 is #F88CDA. Grayscale: #4A4A4A. Windows color (decimal): -16288987 or 2454279. OLE color: 2454279.
HSL color Cylindrical-coordinate representation of color #077325: hue angle of 136.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077325 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 37 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.55 |
| HSL | 136.67º | 0.89% | 0.24% | - |
| HSV(B) | 136.67º | 0.94% | 0.45% | - |
| XYZ | 6.55 | 12.44 | 3.81 | - |
| YUV | 73.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 37 | 0.94 | 0 | 0.68 | 0.55 | 136.67 | 0.89 | 0.24 |
| Hex | 7 | 73 | 25 | 5E | 0 | 44 | 37 | 89 | 59 | 18 |
| Octal | 7 | 163 | 45 | 136 | 0 | 104 | 67 | 211 | 131 | 30 |
| Binary | 111 | 1110011 | 100101 | 1011110 | 0 | 1000100 | 110111 | 10001001 | 1011001 | 11000 |
Color Harmonies of #077325
Complementary color
Monochromatic Colors of #077325
Black with #077325
Text Example
Text Example
White with #077325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077325; }
p { color: rgb(7,115,37); }
H1.HeaderClassName
{
color: #077325;
}
.AnyTagClassName
{
color: #077325;
}
</style>
background-color css
<style>
a { background-color: #077325; }
a { background-color: rgb(7,115,37); }
div.DivClassName
{
background-color: #077325;
}
.BgClassName
{
background-color: #077325;
}
</style>
border-color css
<style>
span { border-color: #077325; }
span { border-color: rgb(7,115,37); }
td.TdClassName
{
border-color: #077325;
}
.TagClassName
{
border-color: #077325;
}
</style>