Shades of Jewel #05673D
Tints of Jewel #05673D
RGB
CMYK
RGB Variations
Color information
#05673D (or 0x05673D) is known color: Jewel. HEX triplet: 05, 67 and 3D. RGB value is (5,103,61). Sum of RGB (Red+Green+Blue) = 5+103+61=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 103 (40.62% from 255 or 60.95% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 103 - color contains mainly: green. Hex color #05673D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05673D is #FA98C2. Grayscale: #444444. Windows color (decimal): -16423107 or 4024069. OLE color: 4024069.
HSL color Cylindrical-coordinate representation of color #05673D: hue angle of 154.29º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05673D is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 5 | 103 | 61 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.60 |
| HSL | 154.29º | 0.91% | 0.21% | - |
| HSV(B) | 154.29º | 0.95% | 0.4% | - |
| XYZ | 5.76 | 10.07 | 6.06 | - |
| YUV | 68.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 103 | 61 | 0.95 | 0 | 0.41 | 0.60 | 154.29 | 0.91 | 0.21 |
| Hex | 5 | 67 | 3D | 5F | 0 | 29 | 3C | 9A | 5B | 15 |
| Octal | 5 | 147 | 75 | 137 | 0 | 51 | 74 | 232 | 133 | 25 |
| Binary | 101 | 1100111 | 111101 | 1011111 | 0 | 101001 | 111100 | 10011010 | 1011011 | 10101 |
Color Harmonies of #05673D
Complementary color
Monochromatic Colors of #05673D
Black with #05673D
Text Example
Text Example
White with #05673D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05673D; }
p { color: rgb(5,103,61); }
H1.HeaderClassName
{
color: #05673D;
}
.AnyTagClassName
{
color: #05673D;
}
</style>
background-color css
<style>
a { background-color: #05673D; }
a { background-color: rgb(5,103,61); }
div.DivClassName
{
background-color: #05673D;
}
.BgClassName
{
background-color: #05673D;
}
</style>
border-color css
<style>
span { border-color: #05673D; }
span { border-color: rgb(5,103,61); }
td.TdClassName
{
border-color: #05673D;
}
.TagClassName
{
border-color: #05673D;
}
</style>