Shades of Crusoe #007729
Tints of Crusoe #007729
RGB
CMYK
RGB Variations
Color information
#007729 (or 0x007729) is known color: Crusoe. HEX triplet: 00, 77 and 29. RGB value is (0,119,41). Sum of RGB (Red+Green+Blue) = 0+119+41=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 119 (46.88% from 255 or 74.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 119 - color contains mainly: green. Hex color #007729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007729 is #FF88D6. Grayscale: #4A4A4A. Windows color (decimal): -16746711 or 2717440. OLE color: 2717440.
HSL color Cylindrical-coordinate representation of color #007729: hue angle of 140.67º 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 #007729 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 41 | - |
| CMYK | 1 | 0 | 0.66 | 0.53 |
| HSL | 140.67º | 1% | 0.23% | - |
| HSV(B) | 140.67º | 1% | 0.47% | - |
| XYZ | 7 | 13.35 | 4.31 | - |
| YUV | 74.53 | 109.08 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 41 | 1 | 0 | 0.66 | 0.53 | 140.67 | 1 | 0.23 |
| Hex | 0 | 77 | 29 | 64 | 0 | 42 | 35 | 8D | 64 | 17 |
| Octal | 0 | 167 | 51 | 144 | 0 | 102 | 65 | 215 | 144 | 27 |
| Binary | 0 | 1110111 | 101001 | 1100100 | 0 | 1000010 | 110101 | 10001101 | 1100100 | 10111 |
Color Harmonies of #007729
Complementary color
Monochromatic Colors of #007729
Black with #007729
Text Example
Text Example
White with #007729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007729; }
p { color: rgb(0,119,41); }
H1.HeaderClassName
{
color: #007729;
}
.AnyTagClassName
{
color: #007729;
}
</style>
background-color css
<style>
a { background-color: #007729; }
a { background-color: rgb(0,119,41); }
div.DivClassName
{
background-color: #007729;
}
.BgClassName
{
background-color: #007729;
}
</style>
border-color css
<style>
span { border-color: #007729; }
span { border-color: rgb(0,119,41); }
td.TdClassName
{
border-color: #007729;
}
.TagClassName
{
border-color: #007729;
}
</style>