Shades of Crusoe #007627
Tints of Crusoe #007627
RGB
CMYK
RGB Variations
Color information
#007627 (or 0x007627) is known color: Crusoe. HEX triplet: 00, 76 and 27. RGB value is (0,118,39). Sum of RGB (Red+Green+Blue) = 0+118+39=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 118 (46.48% from 255 or 75.16% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 118 - color contains mainly: green. Hex color #007627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007627 is #FF89D8. Grayscale: #494949. Windows color (decimal): -16746969 or 2586112. OLE color: 2586112.
HSL color Cylindrical-coordinate representation of color #007627: hue angle of 139.83º 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 #007627 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 118 | 39 | - |
| CMYK | 1 | 0 | 0.67 | 0.54 |
| HSL | 139.83º | 1% | 0.23% | - |
| HSV(B) | 139.83º | 1% | 0.46% | - |
| XYZ | 6.84 | 13.1 | 4.09 | - |
| YUV | 73.71 | 108.41 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 118 | 39 | 1 | 0 | 0.67 | 0.54 | 139.83 | 1 | 0.23 |
| Hex | 0 | 76 | 27 | 64 | 0 | 43 | 36 | 8C | 64 | 17 |
| Octal | 0 | 166 | 47 | 144 | 0 | 103 | 66 | 214 | 144 | 27 |
| Binary | 0 | 1110110 | 100111 | 1100100 | 0 | 1000011 | 110110 | 10001100 | 1100100 | 10111 |
Color Harmonies of #007627
Complementary color
Monochromatic Colors of #007627
Black with #007627
Text Example
Text Example
White with #007627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007627; }
p { color: rgb(0,118,39); }
H1.HeaderClassName
{
color: #007627;
}
.AnyTagClassName
{
color: #007627;
}
</style>
background-color css
<style>
a { background-color: #007627; }
a { background-color: rgb(0,118,39); }
div.DivClassName
{
background-color: #007627;
}
.BgClassName
{
background-color: #007627;
}
</style>
border-color css
<style>
span { border-color: #007627; }
span { border-color: rgb(0,118,39); }
td.TdClassName
{
border-color: #007627;
}
.TagClassName
{
border-color: #007627;
}
</style>