Shades of Jewel #06673F
Tints of Jewel #06673F
RGB
CMYK
RGB Variations
Color information
#06673F (or 0x06673F) is known color: Jewel. HEX triplet: 06, 67 and 3F. RGB value is (6,103,63). Sum of RGB (Red+Green+Blue) = 6+103+63=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #06673F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06673F is #F998C0. Grayscale: #454545. Windows color (decimal): -16357569 or 4155142. OLE color: 4155142.
HSL color Cylindrical-coordinate representation of color #06673F: hue angle of 155.26º 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 #06673F is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 63 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.60 |
| HSL | 155.26º | 0.89% | 0.21% | - |
| HSV(B) | 155.26º | 0.94% | 0.4% | - |
| XYZ | 5.82 | 10.1 | 6.34 | - |
| YUV | 69.44 | 124.36 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 63 | 0.94 | 0 | 0.39 | 0.60 | 155.26 | 0.89 | 0.21 |
| Hex | 6 | 67 | 3F | 5E | 0 | 27 | 3C | 9B | 59 | 15 |
| Octal | 6 | 147 | 77 | 136 | 0 | 47 | 74 | 233 | 131 | 25 |
| Binary | 110 | 1100111 | 111111 | 1011110 | 0 | 100111 | 111100 | 10011011 | 1011001 | 10101 |
Color Harmonies of #06673F
Complementary color
Monochromatic Colors of #06673F
Black with #06673F
Text Example
Text Example
White with #06673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06673F; }
p { color: rgb(6,103,63); }
H1.HeaderClassName
{
color: #06673F;
}
.AnyTagClassName
{
color: #06673F;
}
</style>
background-color css
<style>
a { background-color: #06673F; }
a { background-color: rgb(6,103,63); }
div.DivClassName
{
background-color: #06673F;
}
.BgClassName
{
background-color: #06673F;
}
</style>
border-color css
<style>
span { border-color: #06673F; }
span { border-color: rgb(6,103,63); }
td.TdClassName
{
border-color: #06673F;
}
.TagClassName
{
border-color: #06673F;
}
</style>