Shades of Crusoe #07731F
Tints of Crusoe #07731F
RGB
CMYK
RGB Variations
Color information
#07731F (or 0x07731F) is known color: Crusoe. HEX triplet: 07, 73 and 1F. RGB value is (7,115,31). Sum of RGB (Red+Green+Blue) = 7+115+31=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #07731F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07731F is #F88CE0. Grayscale: #494949. Windows color (decimal): -16288993 or 2061063. OLE color: 2061063.
HSL color Cylindrical-coordinate representation of color #07731F: hue angle of 133.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07731F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 115 | 31 | - |
| CMYK | 0.94 | 0 | 0.73 | 0.55 |
| HSL | 133.33º | 0.89% | 0.24% | - |
| HSV(B) | 133.33º | 0.94% | 0.45% | - |
| XYZ | 6.47 | 12.41 | 3.35 | - |
| YUV | 73.13 | 104.22 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 31 | 0.94 | 0 | 0.73 | 0.55 | 133.33 | 0.89 | 0.24 |
| Hex | 7 | 73 | 1F | 5E | 0 | 49 | 37 | 85 | 59 | 18 |
| Octal | 7 | 163 | 37 | 136 | 0 | 111 | 67 | 205 | 131 | 30 |
| Binary | 111 | 1110011 | 11111 | 1011110 | 0 | 1001001 | 110111 | 10000101 | 1011001 | 11000 |
Color Harmonies of #07731F
Complementary color
Monochromatic Colors of #07731F
Black with #07731F
Text Example
Text Example
White with #07731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07731F; }
p { color: rgb(7,115,31); }
H1.HeaderClassName
{
color: #07731F;
}
.AnyTagClassName
{
color: #07731F;
}
</style>
background-color css
<style>
a { background-color: #07731F; }
a { background-color: rgb(7,115,31); }
div.DivClassName
{
background-color: #07731F;
}
.BgClassName
{
background-color: #07731F;
}
</style>
border-color css
<style>
span { border-color: #07731F; }
span { border-color: rgb(7,115,31); }
td.TdClassName
{
border-color: #07731F;
}
.TagClassName
{
border-color: #07731F;
}
</style>