Shades of Jewel #007537
Tints of Jewel #007537
RGB
CMYK
RGB Variations
Color information
#007537 (or 0x007537) is known color: Jewel. HEX triplet: 00, 75 and 37. RGB value is (0,117,55). Sum of RGB (Red+Green+Blue) = 0+117+55=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 117 (46.09% from 255 or 68.02% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 117 - color contains mainly: green. Hex color #007537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007537 is #FF8AC8. Grayscale: #4B4B4B. Windows color (decimal): -16747209 or 3634432. OLE color: 3634432.
HSL color Cylindrical-coordinate representation of color #007537: hue angle of 148.21º 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 #007537 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 117 | 55 | - |
| CMYK | 1 | 0 | 0.53 | 0.54 |
| HSL | 148.21º | 1% | 0.23% | - |
| HSV(B) | 148.21º | 1% | 0.46% | - |
| XYZ | 7.05 | 13 | 5.75 | - |
| YUV | 74.95 | 116.74 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 55 | 1 | 0 | 0.53 | 0.54 | 148.21 | 1 | 0.23 |
| Hex | 0 | 75 | 37 | 64 | 0 | 35 | 36 | 94 | 64 | 17 |
| Octal | 0 | 165 | 67 | 144 | 0 | 65 | 66 | 224 | 144 | 27 |
| Binary | 0 | 1110101 | 110111 | 1100100 | 0 | 110101 | 110110 | 10010100 | 1100100 | 10111 |
Color Harmonies of #007537
Complementary color
Monochromatic Colors of #007537
Black with #007537
Text Example
Text Example
White with #007537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007537; }
p { color: rgb(0,117,55); }
H1.HeaderClassName
{
color: #007537;
}
.AnyTagClassName
{
color: #007537;
}
</style>
background-color css
<style>
a { background-color: #007537; }
a { background-color: rgb(0,117,55); }
div.DivClassName
{
background-color: #007537;
}
.BgClassName
{
background-color: #007537;
}
</style>
border-color css
<style>
span { border-color: #007537; }
span { border-color: rgb(0,117,55); }
td.TdClassName
{
border-color: #007537;
}
.TagClassName
{
border-color: #007537;
}
</style>