Shades of Crusoe #077023
Tints of Crusoe #077023
RGB
CMYK
RGB Variations
Color information
#077023 (or 0x077023) is known color: Crusoe. HEX triplet: 07, 70 and 23. RGB value is (7,112,35). Sum of RGB (Red+Green+Blue) = 7+112+35=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #077023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077023 is #F88FDC. Grayscale: #484848. Windows color (decimal): -16289757 or 2322439. OLE color: 2322439.
HSL color Cylindrical-coordinate representation of color #077023: hue angle of 136º 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 #077023 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 35 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.56 |
| HSL | 136º | 0.88% | 0.23% | - |
| HSV(B) | 136º | 0.94% | 0.44% | - |
| XYZ | 6.19 | 11.75 | 3.53 | - |
| YUV | 71.83 | 107.21 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 35 | 0.94 | 0 | 0.69 | 0.56 | 136 | 0.88 | 0.23 |
| Hex | 7 | 70 | 23 | 5E | 0 | 45 | 38 | 88 | 58 | 17 |
| Octal | 7 | 160 | 43 | 136 | 0 | 105 | 70 | 210 | 130 | 27 |
| Binary | 111 | 1110000 | 100011 | 1011110 | 0 | 1000101 | 111000 | 10001000 | 1011000 | 10111 |
Color Harmonies of #077023
Complementary color
Monochromatic Colors of #077023
Black with #077023
Text Example
Text Example
White with #077023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077023; }
p { color: rgb(7,112,35); }
H1.HeaderClassName
{
color: #077023;
}
.AnyTagClassName
{
color: #077023;
}
</style>
background-color css
<style>
a { background-color: #077023; }
a { background-color: rgb(7,112,35); }
div.DivClassName
{
background-color: #077023;
}
.BgClassName
{
background-color: #077023;
}
</style>
border-color css
<style>
span { border-color: #077023; }
span { border-color: rgb(7,112,35); }
td.TdClassName
{
border-color: #077023;
}
.TagClassName
{
border-color: #077023;
}
</style>