Shades of Jewel #065D3D
Tints of Jewel #065D3D
RGB
CMYK
RGB Variations
Color information
#065D3D (or 0x065D3D) is known color: Jewel. HEX triplet: 06, 5D and 3D. RGB value is (6,93,61). Sum of RGB (Red+Green+Blue) = 6+93+61=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #065D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D3D is #F9A2C2. Grayscale: #3F3F3F. Windows color (decimal): -16360131 or 4021510. OLE color: 4021510.
HSL color Cylindrical-coordinate representation of color #065D3D: hue angle of 157.93º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D3D is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 93 | 61 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.64 |
| HSL | 157.93º | 0.88% | 0.19% | - |
| HSV(B) | 157.93º | 0.94% | 0.36% | - |
| XYZ | 4.83 | 8.2 | 5.74 | - |
| YUV | 63.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 93 | 61 | 0.94 | 0 | 0.34 | 0.64 | 157.93 | 0.88 | 0.19 |
| Hex | 6 | 5D | 3D | 5E | 0 | 22 | 40 | 9E | 58 | 13 |
| Octal | 6 | 135 | 75 | 136 | 0 | 42 | 100 | 236 | 130 | 23 |
| Binary | 110 | 1011101 | 111101 | 1011110 | 0 | 100010 | 1000000 | 10011110 | 1011000 | 10011 |
Color Harmonies of #065D3D
Complementary color
Monochromatic Colors of #065D3D
Black with #065D3D
Text Example
Text Example
White with #065D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065D3D; }
p { color: rgb(6,93,61); }
H1.HeaderClassName
{
color: #065D3D;
}
.AnyTagClassName
{
color: #065D3D;
}
</style>
background-color css
<style>
a { background-color: #065D3D; }
a { background-color: rgb(6,93,61); }
div.DivClassName
{
background-color: #065D3D;
}
.BgClassName
{
background-color: #065D3D;
}
</style>
border-color css
<style>
span { border-color: #065D3D; }
span { border-color: rgb(6,93,61); }
td.TdClassName
{
border-color: #065D3D;
}
.TagClassName
{
border-color: #065D3D;
}
</style>