Shades of Crusoe #00762B
Tints of Crusoe #00762B
RGB
CMYK
RGB Variations
Color information
#00762B (or 0x00762B) is known color: Crusoe. HEX triplet: 00, 76 and 2B. RGB value is (0,118,43). Sum of RGB (Red+Green+Blue) = 0+118+43=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #00762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762B is #FF89D4. Grayscale: #4A4A4A. Windows color (decimal): -16746965 or 2848256. OLE color: 2848256.
HSL color Cylindrical-coordinate representation of color #00762B: hue angle of 141.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00762B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 43 | - |
| CMYK | 1 | 0 | 0.64 | 0.54 |
| HSL | 141.86º | 1% | 0.23% | - |
| HSV(B) | 141.86º | 1% | 0.46% | - |
| XYZ | 6.91 | 13.13 | 4.46 | - |
| YUV | 74.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 43 | 1 | 0 | 0.64 | 0.54 | 141.86 | 1 | 0.23 |
| Hex | 0 | 76 | 2B | 64 | 0 | 40 | 36 | 8E | 64 | 17 |
| Octal | 0 | 166 | 53 | 144 | 0 | 100 | 66 | 216 | 144 | 27 |
| Binary | 0 | 1110110 | 101011 | 1100100 | 0 | 1000000 | 110110 | 10001110 | 1100100 | 10111 |
Color Harmonies of #00762B
Complementary color
Monochromatic Colors of #00762B
Black with #00762B
Text Example
Text Example
White with #00762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00762B; }
p { color: rgb(0,118,43); }
H1.HeaderClassName
{
color: #00762B;
}
.AnyTagClassName
{
color: #00762B;
}
</style>
background-color css
<style>
a { background-color: #00762B; }
a { background-color: rgb(0,118,43); }
div.DivClassName
{
background-color: #00762B;
}
.BgClassName
{
background-color: #00762B;
}
</style>
border-color css
<style>
span { border-color: #00762B; }
span { border-color: rgb(0,118,43); }
td.TdClassName
{
border-color: #00762B;
}
.TagClassName
{
border-color: #00762B;
}
</style>