Shades of Crusoe #07732A
Tints of Crusoe #07732A
RGB
CMYK
RGB Variations
Color information
#07732A (or 0x07732A) is known color: Crusoe. HEX triplet: 07, 73 and 2A. RGB value is (7,115,42). Sum of RGB (Red+Green+Blue) = 7+115+42=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 115 (45.31% from 255 or 70.12% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 115 - color contains mainly: green. Hex color #07732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07732A is #F88CD5. Grayscale: #4A4A4A. Windows color (decimal): -16288982 or 2781959. OLE color: 2781959.
HSL color Cylindrical-coordinate representation of color #07732A: hue angle of 139.44º 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 #07732A is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 42 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.55 |
| HSL | 139.44º | 0.89% | 0.24% | - |
| HSV(B) | 139.44º | 0.94% | 0.45% | - |
| XYZ | 6.64 | 12.47 | 4.25 | - |
| YUV | 74.39 | 109.72 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 42 | 0.94 | 0 | 0.63 | 0.55 | 139.44 | 0.89 | 0.24 |
| Hex | 7 | 73 | 2A | 5E | 0 | 3F | 37 | 8B | 59 | 18 |
| Octal | 7 | 163 | 52 | 136 | 0 | 77 | 67 | 213 | 131 | 30 |
| Binary | 111 | 1110011 | 101010 | 1011110 | 0 | 111111 | 110111 | 10001011 | 1011001 | 11000 |
Color Harmonies of #07732A
Complementary color
Monochromatic Colors of #07732A
Black with #07732A
Text Example
Text Example
White with #07732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07732A; }
p { color: rgb(7,115,42); }
H1.HeaderClassName
{
color: #07732A;
}
.AnyTagClassName
{
color: #07732A;
}
</style>
background-color css
<style>
a { background-color: #07732A; }
a { background-color: rgb(7,115,42); }
div.DivClassName
{
background-color: #07732A;
}
.BgClassName
{
background-color: #07732A;
}
</style>
border-color css
<style>
span { border-color: #07732A; }
span { border-color: rgb(7,115,42); }
td.TdClassName
{
border-color: #07732A;
}
.TagClassName
{
border-color: #07732A;
}
</style>