Shades of Crusoe #00682F
Tints of Crusoe #00682F
RGB
CMYK
RGB Variations
Color information
#00682F (or 0x00682F) is known color: Crusoe. HEX triplet: 00, 68 and 2F. RGB value is (0,104,47). Sum of RGB (Red+Green+Blue) = 0+104+47=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #00682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00682F is #FF97D0. Grayscale: #424242. Windows color (decimal): -16750545 or 3106816. OLE color: 3106816.
HSL color Cylindrical-coordinate representation of color #00682F: hue angle of 147.12º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00682F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 47 | - |
| CMYK | 1 | 0 | 0.55 | 0.59 |
| HSL | 147.12º | 1% | 0.2% | - |
| HSV(B) | 147.12º | 1% | 0.41% | - |
| XYZ | 5.46 | 10.11 | 4.35 | - |
| YUV | 66.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 47 | 1 | 0 | 0.55 | 0.59 | 147.12 | 1 | 0.2 |
| Hex | 0 | 68 | 2F | 64 | 0 | 37 | 3B | 93 | 64 | 14 |
| Octal | 0 | 150 | 57 | 144 | 0 | 67 | 73 | 223 | 144 | 24 |
| Binary | 0 | 1101000 | 101111 | 1100100 | 0 | 110111 | 111011 | 10010011 | 1100100 | 10100 |
Color Harmonies of #00682F
Complementary color
Monochromatic Colors of #00682F
Black with #00682F
Text Example
Text Example
White with #00682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00682F; }
p { color: rgb(0,104,47); }
H1.HeaderClassName
{
color: #00682F;
}
.AnyTagClassName
{
color: #00682F;
}
</style>
background-color css
<style>
a { background-color: #00682F; }
a { background-color: rgb(0,104,47); }
div.DivClassName
{
background-color: #00682F;
}
.BgClassName
{
background-color: #00682F;
}
</style>
border-color css
<style>
span { border-color: #00682F; }
span { border-color: rgb(0,104,47); }
td.TdClassName
{
border-color: #00682F;
}
.TagClassName
{
border-color: #00682F;
}
</style>