Shades of Crusoe #07732E
Tints of Crusoe #07732E
RGB
CMYK
RGB Variations
Color information
#07732E (or 0x07732E) is known color: Crusoe. HEX triplet: 07, 73 and 2E. RGB value is (7,115,46). Sum of RGB (Red+Green+Blue) = 7+115+46=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 115 (45.31% from 255 or 68.45% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 115 - color contains mainly: green. Hex color #07732E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07732E is #F88CD1. Grayscale: #4B4B4B. Windows color (decimal): -16288978 or 3044103. OLE color: 3044103.
HSL color Cylindrical-coordinate representation of color #07732E: hue angle of 141.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 #07732E is Cyan = 0.94, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 46 | - |
| CMYK | 0.94 | 0 | 0.6 | 0.55 |
| HSL | 141.67º | 0.89% | 0.24% | - |
| HSV(B) | 141.67º | 0.94% | 0.45% | - |
| XYZ | 6.71 | 12.5 | 4.64 | - |
| YUV | 74.84 | 111.72 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 46 | 0.94 | 0 | 0.6 | 0.55 | 141.67 | 0.89 | 0.24 |
| Hex | 7 | 73 | 2E | 5E | 0 | 3C | 37 | 8E | 59 | 18 |
| Octal | 7 | 163 | 56 | 136 | 0 | 74 | 67 | 216 | 131 | 30 |
| Binary | 111 | 1110011 | 101110 | 1011110 | 0 | 111100 | 110111 | 10001110 | 1011001 | 11000 |
Color Harmonies of #07732E
Complementary color
Monochromatic Colors of #07732E
Black with #07732E
Text Example
Text Example
White with #07732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07732E; }
p { color: rgb(7,115,46); }
H1.HeaderClassName
{
color: #07732E;
}
.AnyTagClassName
{
color: #07732E;
}
</style>
background-color css
<style>
a { background-color: #07732E; }
a { background-color: rgb(7,115,46); }
div.DivClassName
{
background-color: #07732E;
}
.BgClassName
{
background-color: #07732E;
}
</style>
border-color css
<style>
span { border-color: #07732E; }
span { border-color: rgb(7,115,46); }
td.TdClassName
{
border-color: #07732E;
}
.TagClassName
{
border-color: #07732E;
}
</style>