Shades of Crusoe #00612F
Tints of Crusoe #00612F
RGB
CMYK
RGB Variations
Color information
#00612F (or 0x00612F) is known color: Crusoe. HEX triplet: 00, 61 and 2F. RGB value is (0,97,47). Sum of RGB (Red+Green+Blue) = 0+97+47=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #00612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00612F is #FF9ED0. Grayscale: #3E3E3E. Windows color (decimal): -16752337 or 3105024. OLE color: 3105024.
HSL color Cylindrical-coordinate representation of color #00612F: hue angle of 149.07º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00612F is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 47 | - |
| CMYK | 1 | 0 | 0.52 | 0.62 |
| HSL | 149.07º | 1% | 0.19% | - |
| HSV(B) | 149.07º | 1% | 0.38% | - |
| XYZ | 4.79 | 8.75 | 4.13 | - |
| YUV | 62.3 | 119.36 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 47 | 1 | 0 | 0.52 | 0.62 | 149.07 | 1 | 0.19 |
| Hex | 0 | 61 | 2F | 64 | 0 | 34 | 3E | 95 | 64 | 13 |
| Octal | 0 | 141 | 57 | 144 | 0 | 64 | 76 | 225 | 144 | 23 |
| Binary | 0 | 1100001 | 101111 | 1100100 | 0 | 110100 | 111110 | 10010101 | 1100100 | 10011 |
Color Harmonies of #00612F
Complementary color
Monochromatic Colors of #00612F
Black with #00612F
Text Example
Text Example
White with #00612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00612F; }
p { color: rgb(0,97,47); }
H1.HeaderClassName
{
color: #00612F;
}
.AnyTagClassName
{
color: #00612F;
}
</style>
background-color css
<style>
a { background-color: #00612F; }
a { background-color: rgb(0,97,47); }
div.DivClassName
{
background-color: #00612F;
}
.BgClassName
{
background-color: #00612F;
}
</style>
border-color css
<style>
span { border-color: #00612F; }
span { border-color: rgb(0,97,47); }
td.TdClassName
{
border-color: #00612F;
}
.TagClassName
{
border-color: #00612F;
}
</style>