Shades of Crusoe #07612B
Tints of Crusoe #07612B
RGB
CMYK
RGB Variations
Color information
#07612B (or 0x07612B) is known color: Crusoe. HEX triplet: 07, 61 and 2B. RGB value is (7,97,43). Sum of RGB (Red+Green+Blue) = 7+97+43=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 97 (38.28% from 255 or 65.99% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 97 - color contains mainly: green. Hex color #07612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07612B is #F89ED4. Grayscale: #404040. Windows color (decimal): -16293589 or 2842887. OLE color: 2842887.
HSL color Cylindrical-coordinate representation of color #07612B: hue angle of 144º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07612B is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 97 | 43 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.62 |
| HSL | 144º | 0.87% | 0.2% | - |
| HSV(B) | 144º | 0.93% | 0.38% | - |
| XYZ | 4.8 | 8.77 | 3.73 | - |
| YUV | 63.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 43 | 0.93 | 0 | 0.56 | 0.62 | 144 | 0.87 | 0.2 |
| Hex | 7 | 61 | 2B | 5D | 0 | 38 | 3E | 90 | 57 | 14 |
| Octal | 7 | 141 | 53 | 135 | 0 | 70 | 76 | 220 | 127 | 24 |
| Binary | 111 | 1100001 | 101011 | 1011101 | 0 | 111000 | 111110 | 10010000 | 1010111 | 10100 |
Color Harmonies of #07612B
Complementary color
Monochromatic Colors of #07612B
Black with #07612B
Text Example
Text Example
White with #07612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07612B; }
p { color: rgb(7,97,43); }
H1.HeaderClassName
{
color: #07612B;
}
.AnyTagClassName
{
color: #07612B;
}
</style>
background-color css
<style>
a { background-color: #07612B; }
a { background-color: rgb(7,97,43); }
div.DivClassName
{
background-color: #07612B;
}
.BgClassName
{
background-color: #07612B;
}
</style>
border-color css
<style>
span { border-color: #07612B; }
span { border-color: rgb(7,97,43); }
td.TdClassName
{
border-color: #07612B;
}
.TagClassName
{
border-color: #07612B;
}
</style>