Shades of Jewel #05703D
Tints of Jewel #05703D
RGB
CMYK
RGB Variations
Color information
#05703D (or 0x05703D) is known color: Jewel. HEX triplet: 05, 70 and 3D. RGB value is (5,112,61). Sum of RGB (Red+Green+Blue) = 5+112+61=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 112 (44.14% from 255 or 62.92% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 112 - color contains mainly: green. Hex color #05703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05703D is #FA8FC2. Grayscale: #4A4A4A. Windows color (decimal): -16420803 or 4026373. OLE color: 4026373.
HSL color Cylindrical-coordinate representation of color #05703D: hue angle of 151.4º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05703D is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 112 | 61 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.56 |
| HSL | 151.4º | 0.91% | 0.23% | - |
| HSV(B) | 151.4º | 0.96% | 0.44% | - |
| XYZ | 6.7 | 11.96 | 6.37 | - |
| YUV | 74.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 112 | 61 | 0.96 | 0 | 0.46 | 0.56 | 151.4 | 0.91 | 0.23 |
| Hex | 5 | 70 | 3D | 60 | 0 | 2E | 38 | 97 | 5B | 17 |
| Octal | 5 | 160 | 75 | 140 | 0 | 56 | 70 | 227 | 133 | 27 |
| Binary | 101 | 1110000 | 111101 | 1100000 | 0 | 101110 | 111000 | 10010111 | 1011011 | 10111 |
Color Harmonies of #05703D
Complementary color
Monochromatic Colors of #05703D
Black with #05703D
Text Example
Text Example
White with #05703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05703D; }
p { color: rgb(5,112,61); }
H1.HeaderClassName
{
color: #05703D;
}
.AnyTagClassName
{
color: #05703D;
}
</style>
background-color css
<style>
a { background-color: #05703D; }
a { background-color: rgb(5,112,61); }
div.DivClassName
{
background-color: #05703D;
}
.BgClassName
{
background-color: #05703D;
}
</style>
border-color css
<style>
span { border-color: #05703D; }
span { border-color: rgb(5,112,61); }
td.TdClassName
{
border-color: #05703D;
}
.TagClassName
{
border-color: #05703D;
}
</style>