Shades of Crusoe #07692B
Tints of Crusoe #07692B
RGB
CMYK
RGB Variations
Color information
#07692B (or 0x07692B) is known color: Crusoe. HEX triplet: 07, 69 and 2B. RGB value is (7,105,43). Sum of RGB (Red+Green+Blue) = 7+105+43=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #07692B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07692B is #F896D4. Grayscale: #444444. Windows color (decimal): -16291541 or 2844935. OLE color: 2844935.
HSL color Cylindrical-coordinate representation of color #07692B: hue angle of 142.04º 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 #07692B is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 43 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.59 |
| HSL | 142.04º | 0.88% | 0.22% | - |
| HSV(B) | 142.04º | 0.93% | 0.41% | - |
| XYZ | 5.58 | 10.32 | 3.98 | - |
| YUV | 68.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 43 | 0.93 | 0 | 0.59 | 0.59 | 142.04 | 0.88 | 0.22 |
| Hex | 7 | 69 | 2B | 5D | 0 | 3B | 3B | 8E | 58 | 16 |
| Octal | 7 | 151 | 53 | 135 | 0 | 73 | 73 | 216 | 130 | 26 |
| Binary | 111 | 1101001 | 101011 | 1011101 | 0 | 111011 | 111011 | 10001110 | 1011000 | 10110 |
Color Harmonies of #07692B
Complementary color
Monochromatic Colors of #07692B
Black with #07692B
Text Example
Text Example
White with #07692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07692B; }
p { color: rgb(7,105,43); }
H1.HeaderClassName
{
color: #07692B;
}
.AnyTagClassName
{
color: #07692B;
}
</style>
background-color css
<style>
a { background-color: #07692B; }
a { background-color: rgb(7,105,43); }
div.DivClassName
{
background-color: #07692B;
}
.BgClassName
{
background-color: #07692B;
}
</style>
border-color css
<style>
span { border-color: #07692B; }
span { border-color: rgb(7,105,43); }
td.TdClassName
{
border-color: #07692B;
}
.TagClassName
{
border-color: #07692B;
}
</style>