Shades of Crusoe #07722C
Tints of Crusoe #07722C
RGB
CMYK
RGB Variations
Color information
#07722C (or 0x07722C) is known color: Crusoe. HEX triplet: 07, 72 and 2C. RGB value is (7,114,44). Sum of RGB (Red+Green+Blue) = 7+114+44=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 114 (44.92% from 255 or 69.09% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 114 - color contains mainly: green. Hex color #07722C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07722C is #F88DD3. Grayscale: #4A4A4A. Windows color (decimal): -16289236 or 2912775. OLE color: 2912775.
HSL color Cylindrical-coordinate representation of color #07722C: hue angle of 140.75º degrees, saturation: 0.88, 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 #07722C is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 114 | 44 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.55 |
| HSL | 140.75º | 0.88% | 0.24% | - |
| HSV(B) | 140.75º | 0.94% | 0.45% | - |
| XYZ | 6.56 | 12.26 | 4.4 | - |
| YUV | 74.03 | 111.05 | 80.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 44 | 0.94 | 0 | 0.61 | 0.55 | 140.75 | 0.88 | 0.24 |
| Hex | 7 | 72 | 2C | 5E | 0 | 3D | 37 | 8D | 58 | 18 |
| Octal | 7 | 162 | 54 | 136 | 0 | 75 | 67 | 215 | 130 | 30 |
| Binary | 111 | 1110010 | 101100 | 1011110 | 0 | 111101 | 110111 | 10001101 | 1011000 | 11000 |
Color Harmonies of #07722C
Complementary color
Monochromatic Colors of #07722C
Black with #07722C
Text Example
Text Example
White with #07722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07722C; }
p { color: rgb(7,114,44); }
H1.HeaderClassName
{
color: #07722C;
}
.AnyTagClassName
{
color: #07722C;
}
</style>
background-color css
<style>
a { background-color: #07722C; }
a { background-color: rgb(7,114,44); }
div.DivClassName
{
background-color: #07722C;
}
.BgClassName
{
background-color: #07722C;
}
</style>
border-color css
<style>
span { border-color: #07722C; }
span { border-color: rgb(7,114,44); }
td.TdClassName
{
border-color: #07722C;
}
.TagClassName
{
border-color: #07722C;
}
</style>