Shades of Jewel #065A3F
Tints of Jewel #065A3F
RGB
CMYK
RGB Variations
Color information
#065A3F (or 0x065A3F) is known color: Jewel. HEX triplet: 06, 5A and 3F. RGB value is (6,90,63). Sum of RGB (Red+Green+Blue) = 6+90+63=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #065A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065A3F is #F9A5C0. Grayscale: #3D3D3D. Windows color (decimal): -16360897 or 4151814. OLE color: 4151814.
HSL color Cylindrical-coordinate representation of color #065A3F: hue angle of 160.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065A3F is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 90 | 63 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.65 |
| HSL | 160.71º | 0.88% | 0.19% | - |
| HSV(B) | 160.71º | 0.93% | 0.35% | - |
| XYZ | 4.63 | 7.71 | 5.95 | - |
| YUV | 61.81 | 128.67 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 63 | 0.93 | 0 | 0.30 | 0.65 | 160.71 | 0.88 | 0.19 |
| Hex | 6 | 5A | 3F | 5D | 0 | 1E | 41 | A1 | 58 | 13 |
| Octal | 6 | 132 | 77 | 135 | 0 | 36 | 101 | 241 | 130 | 23 |
| Binary | 110 | 1011010 | 111111 | 1011101 | 0 | 11110 | 1000001 | 10100001 | 1011000 | 10011 |
Color Harmonies of #065A3F
Complementary color
Monochromatic Colors of #065A3F
Black with #065A3F
Text Example
Text Example
White with #065A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A3F; }
p { color: rgb(6,90,63); }
H1.HeaderClassName
{
color: #065A3F;
}
.AnyTagClassName
{
color: #065A3F;
}
</style>
background-color css
<style>
a { background-color: #065A3F; }
a { background-color: rgb(6,90,63); }
div.DivClassName
{
background-color: #065A3F;
}
.BgClassName
{
background-color: #065A3F;
}
</style>
border-color css
<style>
span { border-color: #065A3F; }
span { border-color: rgb(6,90,63); }
td.TdClassName
{
border-color: #065A3F;
}
.TagClassName
{
border-color: #065A3F;
}
</style>