Shades of Jewel #065E3E
Tints of Jewel #065E3E
RGB
CMYK
RGB Variations
Color information
#065E3E (or 0x065E3E) is known color: Jewel. HEX triplet: 06, 5E and 3E. RGB value is (6,94,62). Sum of RGB (Red+Green+Blue) = 6+94+62=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #065E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E3E is #F9A1C1. Grayscale: #404040. Windows color (decimal): -16359874 or 4087302. OLE color: 4087302.
HSL color Cylindrical-coordinate representation of color #065E3E: hue angle of 158.18º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E3E is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 6 | 94 | 62 | - |
CMYK | 0.94 | 0 | 0.34 | 0.63 |
HSL | 158.18º | 0.88% | 0.2% | - |
HSV(B) | 158.18º | 0.94% | 0.37% | - |
XYZ | 4.95 | 8.39 | 5.92 | - |
YUV | 64.04 | 126.85 | 86.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 94 | 62 | 0.94 | 0 | 0.34 | 0.63 | 158.18 | 0.88 | 0.2 |
Hex | 6 | 5E | 3E | 5E | 0 | 22 | 3F | 9E | 58 | 14 |
Octal | 6 | 136 | 76 | 136 | 0 | 42 | 77 | 236 | 130 | 24 |
Binary | 110 | 1011110 | 111110 | 1011110 | 0 | 100010 | 111111 | 10011110 | 1011000 | 10100 |
Color Harmonies of #065E3E
Complementary color
Monochromatic Colors of #065E3E
Black with #065E3E
Text Example
Text Example
White with #065E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E3E; }
p { color: rgb(6,94,62); }
H1.HeaderClassName
{
color: #065E3E;
}
.AnyTagClassName
{
color: #065E3E;
}
</style>
background-color css
<style>
a { background-color: #065E3E; }
a { background-color: rgb(6,94,62); }
div.DivClassName
{
background-color: #065E3E;
}
.BgClassName
{
background-color: #065E3E;
}
</style>
border-color css
<style>
span { border-color: #065E3E; }
span { border-color: rgb(6,94,62); }
td.TdClassName
{
border-color: #065E3E;
}
.TagClassName
{
border-color: #065E3E;
}
</style>