Shades of Crusoe #007925
Tints of Crusoe #007925
RGB
CMYK
RGB Variations
Color information
#007925 (or 0x007925) is known color: Crusoe. HEX triplet: 00, 79 and 25. RGB value is (0,121,37). Sum of RGB (Red+Green+Blue) = 0+121+37=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 121 (47.66% from 255 or 76.58% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 121 - color contains mainly: green. Hex color #007925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007925 is #FF86DA. Grayscale: #4B4B4B. Windows color (decimal): -16746203 or 2455808. OLE color: 2455808.
HSL color Cylindrical-coordinate representation of color #007925: hue angle of 138.35º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007925 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 121 | 37 | - |
| CMYK | 1 | 0 | 0.69 | 0.53 |
| HSL | 138.35º | 1% | 0.24% | - |
| HSV(B) | 138.35º | 1% | 0.47% | - |
| XYZ | 7.17 | 13.81 | 4.04 | - |
| YUV | 75.25 | 106.41 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 37 | 1 | 0 | 0.69 | 0.53 | 138.35 | 1 | 0.24 |
| Hex | 0 | 79 | 25 | 64 | 0 | 45 | 35 | 8A | 64 | 18 |
| Octal | 0 | 171 | 45 | 144 | 0 | 105 | 65 | 212 | 144 | 30 |
| Binary | 0 | 1111001 | 100101 | 1100100 | 0 | 1000101 | 110101 | 10001010 | 1100100 | 11000 |
Color Harmonies of #007925
Complementary color
Monochromatic Colors of #007925
Black with #007925
Text Example
Text Example
White with #007925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007925; }
p { color: rgb(0,121,37); }
H1.HeaderClassName
{
color: #007925;
}
.AnyTagClassName
{
color: #007925;
}
</style>
background-color css
<style>
a { background-color: #007925; }
a { background-color: rgb(0,121,37); }
div.DivClassName
{
background-color: #007925;
}
.BgClassName
{
background-color: #007925;
}
</style>
border-color css
<style>
span { border-color: #007925; }
span { border-color: rgb(0,121,37); }
td.TdClassName
{
border-color: #007925;
}
.TagClassName
{
border-color: #007925;
}
</style>