Shades of Crusoe #07691F
Tints of Crusoe #07691F
RGB
CMYK
RGB Variations
Color information
#07691F (or 0x07691F) is known color: Crusoe. HEX triplet: 07, 69 and 1F. RGB value is (7,105,31). Sum of RGB (Red+Green+Blue) = 7+105+31=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 105 (41.41% from 255 or 73.43% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 105 - color contains mainly: green. Hex color #07691F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07691F is #F896E0. Grayscale: #434343. Windows color (decimal): -16291553 or 2058503. OLE color: 2058503.
HSL color Cylindrical-coordinate representation of color #07691F: hue angle of 134.69º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07691F is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 31 | - |
| CMYK | 0.93 | 0 | 0.70 | 0.59 |
| HSL | 134.69º | 0.88% | 0.22% | - |
| HSV(B) | 134.69º | 0.93% | 0.41% | - |
| XYZ | 5.39 | 10.25 | 2.99 | - |
| YUV | 67.26 | 107.53 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 31 | 0.93 | 0 | 0.70 | 0.59 | 134.69 | 0.88 | 0.22 |
| Hex | 7 | 69 | 1F | 5D | 0 | 46 | 3B | 87 | 58 | 16 |
| Octal | 7 | 151 | 37 | 135 | 0 | 106 | 73 | 207 | 130 | 26 |
| Binary | 111 | 1101001 | 11111 | 1011101 | 0 | 1000110 | 111011 | 10000111 | 1011000 | 10110 |
Color Harmonies of #07691F
Complementary color
Monochromatic Colors of #07691F
Black with #07691F
Text Example
Text Example
White with #07691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07691F; }
p { color: rgb(7,105,31); }
H1.HeaderClassName
{
color: #07691F;
}
.AnyTagClassName
{
color: #07691F;
}
</style>
background-color css
<style>
a { background-color: #07691F; }
a { background-color: rgb(7,105,31); }
div.DivClassName
{
background-color: #07691F;
}
.BgClassName
{
background-color: #07691F;
}
</style>
border-color css
<style>
span { border-color: #07691F; }
span { border-color: rgb(7,105,31); }
td.TdClassName
{
border-color: #07691F;
}
.TagClassName
{
border-color: #07691F;
}
</style>