Shades of Crusoe #07701F
Tints of Crusoe #07701F
RGB
CMYK
RGB Variations
Color information
#07701F (or 0x07701F) is known color: Crusoe. HEX triplet: 07, 70 and 1F. RGB value is (7,112,31). Sum of RGB (Red+Green+Blue) = 7+112+31=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #07701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07701F is #F88FE0. Grayscale: #474747. Windows color (decimal): -16289761 or 2060295. OLE color: 2060295.
HSL color Cylindrical-coordinate representation of color #07701F: hue angle of 133.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07701F is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 31 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.56 |
| HSL | 133.71º | 0.88% | 0.23% | - |
| HSV(B) | 133.71º | 0.94% | 0.44% | - |
| XYZ | 6.13 | 11.73 | 3.24 | - |
| YUV | 71.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 31 | 0.94 | 0 | 0.72 | 0.56 | 133.71 | 0.88 | 0.23 |
| Hex | 7 | 70 | 1F | 5E | 0 | 48 | 38 | 86 | 58 | 17 |
| Octal | 7 | 160 | 37 | 136 | 0 | 110 | 70 | 206 | 130 | 27 |
| Binary | 111 | 1110000 | 11111 | 1011110 | 0 | 1001000 | 111000 | 10000110 | 1011000 | 10111 |
Color Harmonies of #07701F
Complementary color
Monochromatic Colors of #07701F
Black with #07701F
Text Example
Text Example
White with #07701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07701F; }
p { color: rgb(7,112,31); }
H1.HeaderClassName
{
color: #07701F;
}
.AnyTagClassName
{
color: #07701F;
}
</style>
background-color css
<style>
a { background-color: #07701F; }
a { background-color: rgb(7,112,31); }
div.DivClassName
{
background-color: #07701F;
}
.BgClassName
{
background-color: #07701F;
}
</style>
border-color css
<style>
span { border-color: #07701F; }
span { border-color: rgb(7,112,31); }
td.TdClassName
{
border-color: #07701F;
}
.TagClassName
{
border-color: #07701F;
}
</style>