Shades of Crusoe #07551F
Tints of Crusoe #07551F
RGB
CMYK
RGB Variations
Color information
#07551F (or 0x07551F) is known color: Crusoe. HEX triplet: 07, 55 and 1F. RGB value is (7,85,31). Sum of RGB (Red+Green+Blue) = 7+85+31=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #07551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07551F is #F8AAE0. Grayscale: #373737. Windows color (decimal): -16296673 or 2053383. OLE color: 2053383.
HSL color Cylindrical-coordinate representation of color #07551F: hue angle of 138.46º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07551F is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 31 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.67 |
| HSL | 138.46º | 0.85% | 0.18% | - |
| HSV(B) | 138.46º | 0.92% | 0.33% | - |
| XYZ | 3.58 | 6.64 | 2.39 | - |
| YUV | 55.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 31 | 0.92 | 0 | 0.64 | 0.67 | 138.46 | 0.85 | 0.18 |
| Hex | 7 | 55 | 1F | 5C | 0 | 40 | 43 | 8A | 55 | 12 |
| Octal | 7 | 125 | 37 | 134 | 0 | 100 | 103 | 212 | 125 | 22 |
| Binary | 111 | 1010101 | 11111 | 1011100 | 0 | 1000000 | 1000011 | 10001010 | 1010101 | 10010 |
Color Harmonies of #07551F
Complementary color
Monochromatic Colors of #07551F
Black with #07551F
Text Example
Text Example
White with #07551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07551F; }
p { color: rgb(7,85,31); }
H1.HeaderClassName
{
color: #07551F;
}
.AnyTagClassName
{
color: #07551F;
}
</style>
background-color css
<style>
a { background-color: #07551F; }
a { background-color: rgb(7,85,31); }
div.DivClassName
{
background-color: #07551F;
}
.BgClassName
{
background-color: #07551F;
}
</style>
border-color css
<style>
span { border-color: #07551F; }
span { border-color: rgb(7,85,31); }
td.TdClassName
{
border-color: #07551F;
}
.TagClassName
{
border-color: #07551F;
}
</style>