Shades of Jewel #00723A
Tints of Jewel #00723A
RGB
CMYK
RGB Variations
Color information
#00723A (or 0x00723A) is known color: Jewel. HEX triplet: 00, 72 and 3A. RGB value is (0,114,58). Sum of RGB (Red+Green+Blue) = 0+114+58=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #00723A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00723A is #FF8DC5. Grayscale: #494949. Windows color (decimal): -16747974 or 3830272. OLE color: 3830272.
HSL color Cylindrical-coordinate representation of color #00723A: hue angle of 150.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00723A is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 114 | 58 | - |
| CMYK | 1 | 0 | 0.49 | 0.55 |
| HSL | 150.53º | 1% | 0.22% | - |
| HSV(B) | 150.53º | 1% | 0.45% | - |
| XYZ | 6.78 | 12.34 | 6.03 | - |
| YUV | 73.53 | 119.23 | 75.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 58 | 1 | 0 | 0.49 | 0.55 | 150.53 | 1 | 0.22 |
| Hex | 0 | 72 | 3A | 64 | 0 | 31 | 37 | 97 | 64 | 16 |
| Octal | 0 | 162 | 72 | 144 | 0 | 61 | 67 | 227 | 144 | 26 |
| Binary | 0 | 1110010 | 111010 | 1100100 | 0 | 110001 | 110111 | 10010111 | 1100100 | 10110 |
Color Harmonies of #00723A
Complementary color
Monochromatic Colors of #00723A
Black with #00723A
Text Example
Text Example
White with #00723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00723A; }
p { color: rgb(0,114,58); }
H1.HeaderClassName
{
color: #00723A;
}
.AnyTagClassName
{
color: #00723A;
}
</style>
background-color css
<style>
a { background-color: #00723A; }
a { background-color: rgb(0,114,58); }
div.DivClassName
{
background-color: #00723A;
}
.BgClassName
{
background-color: #00723A;
}
</style>
border-color css
<style>
span { border-color: #00723A; }
span { border-color: rgb(0,114,58); }
td.TdClassName
{
border-color: #00723A;
}
.TagClassName
{
border-color: #00723A;
}
</style>