Shades of Jewel #06673D
Tints of Jewel #06673D
RGB
CMYK
RGB Variations
Color information
#06673D (or 0x06673D) is known color: Jewel. HEX triplet: 06, 67 and 3D. RGB value is (6,103,61). Sum of RGB (Red+Green+Blue) = 6+103+61=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 103 (40.62% from 255 or 60.59% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 103 - color contains mainly: green. Hex color #06673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06673D is #F998C2. Grayscale: #454545. Windows color (decimal): -16357571 or 4024070. OLE color: 4024070.
HSL color Cylindrical-coordinate representation of color #06673D: hue angle of 154.02º 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 #06673D is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 61 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.60 |
| HSL | 154.02º | 0.89% | 0.21% | - |
| HSV(B) | 154.02º | 0.94% | 0.4% | - |
| XYZ | 5.77 | 10.08 | 6.06 | - |
| YUV | 69.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 61 | 0.94 | 0 | 0.41 | 0.60 | 154.02 | 0.89 | 0.21 |
| Hex | 6 | 67 | 3D | 5E | 0 | 29 | 3C | 9A | 59 | 15 |
| Octal | 6 | 147 | 75 | 136 | 0 | 51 | 74 | 232 | 131 | 25 |
| Binary | 110 | 1100111 | 111101 | 1011110 | 0 | 101001 | 111100 | 10011010 | 1011001 | 10101 |
Color Harmonies of #06673D
Complementary color
Monochromatic Colors of #06673D
Black with #06673D
Text Example
Text Example
White with #06673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06673D; }
p { color: rgb(6,103,61); }
H1.HeaderClassName
{
color: #06673D;
}
.AnyTagClassName
{
color: #06673D;
}
</style>
background-color css
<style>
a { background-color: #06673D; }
a { background-color: rgb(6,103,61); }
div.DivClassName
{
background-color: #06673D;
}
.BgClassName
{
background-color: #06673D;
}
</style>
border-color css
<style>
span { border-color: #06673D; }
span { border-color: rgb(6,103,61); }
td.TdClassName
{
border-color: #06673D;
}
.TagClassName
{
border-color: #06673D;
}
</style>