Shades of Crusoe #007725
Tints of Crusoe #007725
RGB
CMYK
RGB Variations
Color information
#007725 (or 0x007725) is known color: Crusoe. HEX triplet: 00, 77 and 25. RGB value is (0,119,37). Sum of RGB (Red+Green+Blue) = 0+119+37=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 119 (46.88% from 255 or 76.28% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 119 - color contains mainly: green. Hex color #007725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007725 is #FF88DA. Grayscale: #4A4A4A. Windows color (decimal): -16746715 or 2455296. OLE color: 2455296.
HSL color Cylindrical-coordinate representation of color #007725: hue angle of 138.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007725 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 37 | - |
| CMYK | 1 | 0 | 0.69 | 0.53 |
| HSL | 138.66º | 1% | 0.23% | - |
| HSV(B) | 138.66º | 1% | 0.47% | - |
| XYZ | 6.93 | 13.33 | 3.96 | - |
| YUV | 74.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 37 | 1 | 0 | 0.69 | 0.53 | 138.66 | 1 | 0.23 |
| Hex | 0 | 77 | 25 | 64 | 0 | 45 | 35 | 8B | 64 | 17 |
| Octal | 0 | 167 | 45 | 144 | 0 | 105 | 65 | 213 | 144 | 27 |
| Binary | 0 | 1110111 | 100101 | 1100100 | 0 | 1000101 | 110101 | 10001011 | 1100100 | 10111 |
Color Harmonies of #007725
Complementary color
Monochromatic Colors of #007725
Black with #007725
Text Example
Text Example
White with #007725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007725; }
p { color: rgb(0,119,37); }
H1.HeaderClassName
{
color: #007725;
}
.AnyTagClassName
{
color: #007725;
}
</style>
background-color css
<style>
a { background-color: #007725; }
a { background-color: rgb(0,119,37); }
div.DivClassName
{
background-color: #007725;
}
.BgClassName
{
background-color: #007725;
}
</style>
border-color css
<style>
span { border-color: #007725; }
span { border-color: rgb(0,119,37); }
td.TdClassName
{
border-color: #007725;
}
.TagClassName
{
border-color: #007725;
}
</style>