Shades of Jewel #06723C
Tints of Jewel #06723C
RGB
CMYK
RGB Variations
Color information
#06723C (or 0x06723C) is known color: Jewel. HEX triplet: 06, 72 and 3C. RGB value is (6,114,60). Sum of RGB (Red+Green+Blue) = 6+114+60=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #06723C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06723C is #F98DC3. Grayscale: #4B4B4B. Windows color (decimal): -16354756 or 3961350. OLE color: 3961350.
HSL color Cylindrical-coordinate representation of color #06723C: hue angle of 150º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06723C is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 114 | 60 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.55 |
| HSL | 150º | 0.9% | 0.24% | - |
| HSV(B) | 150º | 0.95% | 0.45% | - |
| XYZ | 6.91 | 12.4 | 6.3 | - |
| YUV | 75.55 | 119.22 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 60 | 0.95 | 0 | 0.47 | 0.55 | 150 | 0.9 | 0.24 |
| Hex | 6 | 72 | 3C | 5F | 0 | 2F | 37 | 96 | 5A | 18 |
| Octal | 6 | 162 | 74 | 137 | 0 | 57 | 67 | 226 | 132 | 30 |
| Binary | 110 | 1110010 | 111100 | 1011111 | 0 | 101111 | 110111 | 10010110 | 1011010 | 11000 |
Color Harmonies of #06723C
Complementary color
Monochromatic Colors of #06723C
Black with #06723C
Text Example
Text Example
White with #06723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06723C; }
p { color: rgb(6,114,60); }
H1.HeaderClassName
{
color: #06723C;
}
.AnyTagClassName
{
color: #06723C;
}
</style>
background-color css
<style>
a { background-color: #06723C; }
a { background-color: rgb(6,114,60); }
div.DivClassName
{
background-color: #06723C;
}
.BgClassName
{
background-color: #06723C;
}
</style>
border-color css
<style>
span { border-color: #06723C; }
span { border-color: rgb(6,114,60); }
td.TdClassName
{
border-color: #06723C;
}
.TagClassName
{
border-color: #06723C;
}
</style>