Shades of Jewel #00673D
Tints of Jewel #00673D
RGB
CMYK
RGB Variations
Color information
#00673D (or 0x00673D) is known color: Jewel. HEX triplet: 00, 67 and 3D. RGB value is (0,103,61). Sum of RGB (Red+Green+Blue) = 0+103+61=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #00673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00673D is #FF98C2. Grayscale: #434343. Windows color (decimal): -16750787 or 4024064. OLE color: 4024064.
HSL color Cylindrical-coordinate representation of color #00673D: hue angle of 155.53º 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 #00673D is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 103 | 61 | - |
| CMYK | 1 | 0 | 0.41 | 0.60 |
| HSL | 155.53º | 1% | 0.2% | - |
| HSV(B) | 155.53º | 1% | 0.4% | - |
| XYZ | 5.69 | 10.04 | 6.05 | - |
| YUV | 67.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 61 | 1 | 0 | 0.41 | 0.60 | 155.53 | 1 | 0.2 |
| Hex | 0 | 67 | 3D | 64 | 0 | 29 | 3C | 9C | 64 | 14 |
| Octal | 0 | 147 | 75 | 144 | 0 | 51 | 74 | 234 | 144 | 24 |
| Binary | 0 | 1100111 | 111101 | 1100100 | 0 | 101001 | 111100 | 10011100 | 1100100 | 10100 |
Color Harmonies of #00673D
Complementary color
Monochromatic Colors of #00673D
Black with #00673D
Text Example
Text Example
White with #00673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00673D; }
p { color: rgb(0,103,61); }
H1.HeaderClassName
{
color: #00673D;
}
.AnyTagClassName
{
color: #00673D;
}
</style>
background-color css
<style>
a { background-color: #00673D; }
a { background-color: rgb(0,103,61); }
div.DivClassName
{
background-color: #00673D;
}
.BgClassName
{
background-color: #00673D;
}
</style>
border-color css
<style>
span { border-color: #00673D; }
span { border-color: rgb(0,103,61); }
td.TdClassName
{
border-color: #00673D;
}
.TagClassName
{
border-color: #00673D;
}
</style>