Shades of Jewel #06673B
Tints of Jewel #06673B
RGB
CMYK
RGB Variations
Color information
#06673B (or 0x06673B) is known color: Jewel. HEX triplet: 06, 67 and 3B. RGB value is (6,103,59). Sum of RGB (Red+Green+Blue) = 6+103+59=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 103 (40.62% from 255 or 61.31% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 103 - color contains mainly: green. Hex color #06673B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06673B is #F998C4. Grayscale: #454545. Windows color (decimal): -16357573 or 3892998. OLE color: 3892998.
HSL color Cylindrical-coordinate representation of color #06673B: hue angle of 152.78º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06673B is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 59 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.60 |
| HSL | 152.78º | 0.89% | 0.21% | - |
| HSV(B) | 152.78º | 0.94% | 0.4% | - |
| XYZ | 5.71 | 10.05 | 5.78 | - |
| YUV | 68.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 59 | 0.94 | 0 | 0.43 | 0.60 | 152.78 | 0.89 | 0.21 |
| Hex | 6 | 67 | 3B | 5E | 0 | 2B | 3C | 99 | 59 | 15 |
| Octal | 6 | 147 | 73 | 136 | 0 | 53 | 74 | 231 | 131 | 25 |
| Binary | 110 | 1100111 | 111011 | 1011110 | 0 | 101011 | 111100 | 10011001 | 1011001 | 10101 |
Color Harmonies of #06673B
Complementary color
Monochromatic Colors of #06673B
Black with #06673B
Text Example
Text Example
White with #06673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06673B; }
p { color: rgb(6,103,59); }
H1.HeaderClassName
{
color: #06673B;
}
.AnyTagClassName
{
color: #06673B;
}
</style>
background-color css
<style>
a { background-color: #06673B; }
a { background-color: rgb(6,103,59); }
div.DivClassName
{
background-color: #06673B;
}
.BgClassName
{
background-color: #06673B;
}
</style>
border-color css
<style>
span { border-color: #06673B; }
span { border-color: rgb(6,103,59); }
td.TdClassName
{
border-color: #06673B;
}
.TagClassName
{
border-color: #06673B;
}
</style>