Shades of Crusoe #07652D
Tints of Crusoe #07652D
RGB
CMYK
RGB Variations
Color information
#07652D (or 0x07652D) is known color: Crusoe. HEX triplet: 07, 65 and 2D. RGB value is (7,101,45). Sum of RGB (Red+Green+Blue) = 7+101+45=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #07652D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07652D is #F89AD2. Grayscale: #424242. Windows color (decimal): -16292563 or 2974983. OLE color: 2974983.
HSL color Cylindrical-coordinate representation of color #07652D: hue angle of 144.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07652D is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 45 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.60 |
| HSL | 144.26º | 0.87% | 0.21% | - |
| HSV(B) | 144.26º | 0.93% | 0.4% | - |
| XYZ | 5.21 | 9.54 | 4.05 | - |
| YUV | 66.51 | 115.86 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 45 | 0.93 | 0 | 0.55 | 0.60 | 144.26 | 0.87 | 0.21 |
| Hex | 7 | 65 | 2D | 5D | 0 | 37 | 3C | 90 | 57 | 15 |
| Octal | 7 | 145 | 55 | 135 | 0 | 67 | 74 | 220 | 127 | 25 |
| Binary | 111 | 1100101 | 101101 | 1011101 | 0 | 110111 | 111100 | 10010000 | 1010111 | 10101 |
Color Harmonies of #07652D
Complementary color
Monochromatic Colors of #07652D
Black with #07652D
Text Example
Text Example
White with #07652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07652D; }
p { color: rgb(7,101,45); }
H1.HeaderClassName
{
color: #07652D;
}
.AnyTagClassName
{
color: #07652D;
}
</style>
background-color css
<style>
a { background-color: #07652D; }
a { background-color: rgb(7,101,45); }
div.DivClassName
{
background-color: #07652D;
}
.BgClassName
{
background-color: #07652D;
}
</style>
border-color css
<style>
span { border-color: #07652D; }
span { border-color: rgb(7,101,45); }
td.TdClassName
{
border-color: #07652D;
}
.TagClassName
{
border-color: #07652D;
}
</style>