Shades of Crusoe #006F25
Tints of Crusoe #006F25
RGB
CMYK
RGB Variations
Color information
#006F25 (or 0x006F25) is known color: Crusoe. HEX triplet: 00, 6F and 25. RGB value is (0,111,37). Sum of RGB (Red+Green+Blue) = 0+111+37=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 111 (43.75% from 255 or 75% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 111 - color contains mainly: green. Hex color #006F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F25 is #FF90DA. Grayscale: #454545. Windows color (decimal): -16748763 or 2453248. OLE color: 2453248.
HSL color Cylindrical-coordinate representation of color #006F25: hue angle of 140º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F25 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 37 | - |
| CMYK | 1 | 0 | 0.67 | 0.56 |
| HSL | 140º | 1% | 0.22% | - |
| HSV(B) | 140º | 1% | 0.44% | - |
| XYZ | 6.02 | 11.5 | 3.65 | - |
| YUV | 69.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 37 | 1 | 0 | 0.67 | 0.56 | 140 | 1 | 0.22 |
| Hex | 0 | 6F | 25 | 64 | 0 | 43 | 38 | 8C | 64 | 16 |
| Octal | 0 | 157 | 45 | 144 | 0 | 103 | 70 | 214 | 144 | 26 |
| Binary | 0 | 1101111 | 100101 | 1100100 | 0 | 1000011 | 111000 | 10001100 | 1100100 | 10110 |
Color Harmonies of #006F25
Complementary color
Monochromatic Colors of #006F25
Black with #006F25
Text Example
Text Example
White with #006F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F25; }
p { color: rgb(0,111,37); }
H1.HeaderClassName
{
color: #006F25;
}
.AnyTagClassName
{
color: #006F25;
}
</style>
background-color css
<style>
a { background-color: #006F25; }
a { background-color: rgb(0,111,37); }
div.DivClassName
{
background-color: #006F25;
}
.BgClassName
{
background-color: #006F25;
}
</style>
border-color css
<style>
span { border-color: #006F25; }
span { border-color: rgb(0,111,37); }
td.TdClassName
{
border-color: #006F25;
}
.TagClassName
{
border-color: #006F25;
}
</style>