Shades of Jewel #00673C
Tints of Jewel #00673C
RGB
CMYK
RGB Variations
Color information
#00673C (or 0x00673C) is known color: Jewel. HEX triplet: 00, 67 and 3C. RGB value is (0,103,60). Sum of RGB (Red+Green+Blue) = 0+103+60=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 103 (40.62% from 255 or 63.19% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 103 - color contains mainly: green. Hex color #00673C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00673C is #FF98C3. Grayscale: #434343. Windows color (decimal): -16750788 or 3958528. OLE color: 3958528.
HSL color Cylindrical-coordinate representation of color #00673C: hue angle of 154.95º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00673C is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 60 | - |
| CMYK | 1 | 0 | 0.42 | 0.60 |
| HSL | 154.95º | 1% | 0.2% | - |
| HSV(B) | 154.95º | 1% | 0.4% | - |
| XYZ | 5.67 | 10.03 | 5.91 | - |
| YUV | 67.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 60 | 1 | 0 | 0.42 | 0.60 | 154.95 | 1 | 0.2 |
| Hex | 0 | 67 | 3C | 64 | 0 | 2A | 3C | 9B | 64 | 14 |
| Octal | 0 | 147 | 74 | 144 | 0 | 52 | 74 | 233 | 144 | 24 |
| Binary | 0 | 1100111 | 111100 | 1100100 | 0 | 101010 | 111100 | 10011011 | 1100100 | 10100 |
Color Harmonies of #00673C
Complementary color
Monochromatic Colors of #00673C
Black with #00673C
Text Example
Text Example
White with #00673C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00673C; }
p { color: rgb(0,103,60); }
H1.HeaderClassName
{
color: #00673C;
}
.AnyTagClassName
{
color: #00673C;
}
</style>
background-color css
<style>
a { background-color: #00673C; }
a { background-color: rgb(0,103,60); }
div.DivClassName
{
background-color: #00673C;
}
.BgClassName
{
background-color: #00673C;
}
</style>
border-color css
<style>
span { border-color: #00673C; }
span { border-color: rgb(0,103,60); }
td.TdClassName
{
border-color: #00673C;
}
.TagClassName
{
border-color: #00673C;
}
</style>