Shades of Crusoe #07652F
Tints of Crusoe #07652F
RGB
CMYK
RGB Variations
Color information
#07652F (or 0x07652F) is known color: Crusoe. HEX triplet: 07, 65 and 2F. RGB value is (7,101,47). Sum of RGB (Red+Green+Blue) = 7+101+47=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 101 (39.84% from 255 or 65.16% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 101 - color contains mainly: green. Hex color #07652F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07652F is #F89AD0. Grayscale: #424242. Windows color (decimal): -16292561 or 3106055. OLE color: 3106055.
HSL color Cylindrical-coordinate representation of color #07652F: hue angle of 145.53º 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 #07652F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 101 | 47 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.60 |
| HSL | 145.53º | 0.87% | 0.21% | - |
| HSV(B) | 145.53º | 0.93% | 0.4% | - |
| XYZ | 5.25 | 9.56 | 4.26 | - |
| YUV | 66.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 47 | 0.93 | 0 | 0.53 | 0.60 | 145.53 | 0.87 | 0.21 |
| Hex | 7 | 65 | 2F | 5D | 0 | 35 | 3C | 92 | 57 | 15 |
| Octal | 7 | 145 | 57 | 135 | 0 | 65 | 74 | 222 | 127 | 25 |
| Binary | 111 | 1100101 | 101111 | 1011101 | 0 | 110101 | 111100 | 10010010 | 1010111 | 10101 |
Color Harmonies of #07652F
Complementary color
Monochromatic Colors of #07652F
Black with #07652F
Text Example
Text Example
White with #07652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07652F; }
p { color: rgb(7,101,47); }
H1.HeaderClassName
{
color: #07652F;
}
.AnyTagClassName
{
color: #07652F;
}
</style>
background-color css
<style>
a { background-color: #07652F; }
a { background-color: rgb(7,101,47); }
div.DivClassName
{
background-color: #07652F;
}
.BgClassName
{
background-color: #07652F;
}
</style>
border-color css
<style>
span { border-color: #07652F; }
span { border-color: rgb(7,101,47); }
td.TdClassName
{
border-color: #07652F;
}
.TagClassName
{
border-color: #07652F;
}
</style>