Shades of Crusoe #00762A
Tints of Crusoe #00762A
RGB
CMYK
RGB Variations
Color information
#00762A (or 0x00762A) is known color: Crusoe. HEX triplet: 00, 76 and 2A. RGB value is (0,118,42). Sum of RGB (Red+Green+Blue) = 0+118+42=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #00762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762A is #FF89D5. Grayscale: #4A4A4A. Windows color (decimal): -16746966 or 2782720. OLE color: 2782720.
HSL color Cylindrical-coordinate representation of color #00762A: hue angle of 141.36º 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 #00762A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 42 | - |
| CMYK | 1 | 0 | 0.64 | 0.54 |
| HSL | 141.36º | 1% | 0.23% | - |
| HSV(B) | 141.36º | 1% | 0.46% | - |
| XYZ | 6.9 | 13.12 | 4.36 | - |
| YUV | 74.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 42 | 1 | 0 | 0.64 | 0.54 | 141.36 | 1 | 0.23 |
| Hex | 0 | 76 | 2A | 64 | 0 | 40 | 36 | 8D | 64 | 17 |
| Octal | 0 | 166 | 52 | 144 | 0 | 100 | 66 | 215 | 144 | 27 |
| Binary | 0 | 1110110 | 101010 | 1100100 | 0 | 1000000 | 110110 | 10001101 | 1100100 | 10111 |
Color Harmonies of #00762A
Complementary color
Monochromatic Colors of #00762A
Black with #00762A
Text Example
Text Example
White with #00762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00762A; }
p { color: rgb(0,118,42); }
H1.HeaderClassName
{
color: #00762A;
}
.AnyTagClassName
{
color: #00762A;
}
</style>
background-color css
<style>
a { background-color: #00762A; }
a { background-color: rgb(0,118,42); }
div.DivClassName
{
background-color: #00762A;
}
.BgClassName
{
background-color: #00762A;
}
</style>
border-color css
<style>
span { border-color: #00762A; }
span { border-color: rgb(0,118,42); }
td.TdClassName
{
border-color: #00762A;
}
.TagClassName
{
border-color: #00762A;
}
</style>