Shades of Fun Green #065F36
Tints of Fun Green #065F36
RGB
CMYK
RGB Variations
Color information
#065F36 (or 0x065F36) is known color: Fun Green. HEX triplet: 06, 5F and 36. RGB value is (6,95,54). Sum of RGB (Red+Green+Blue) = 6+95+54=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 95 (37.5% from 255 or 61.29% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 95 - color contains mainly: green. Hex color #065F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065F36 is #F9A0C9. Grayscale: #3F3F3F. Windows color (decimal): -16359626 or 3563270. OLE color: 3563270.
HSL color Cylindrical-coordinate representation of color #065F36: hue angle of 152.36º 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 #065F36 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 95 | 54 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.63 |
| HSL | 152.36º | 0.88% | 0.2% | - |
| HSV(B) | 152.36º | 0.94% | 0.37% | - |
| XYZ | 4.83 | 8.49 | 4.87 | - |
| YUV | 63.72 | 122.51 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 95 | 54 | 0.94 | 0 | 0.43 | 0.63 | 152.36 | 0.88 | 0.2 |
| Hex | 6 | 5F | 36 | 5E | 0 | 2B | 3F | 98 | 58 | 14 |
| Octal | 6 | 137 | 66 | 136 | 0 | 53 | 77 | 230 | 130 | 24 |
| Binary | 110 | 1011111 | 110110 | 1011110 | 0 | 101011 | 111111 | 10011000 | 1011000 | 10100 |
Color Harmonies of #065F36
Complementary color
Monochromatic Colors of #065F36
Black with #065F36
Text Example
Text Example
White with #065F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065F36; }
p { color: rgb(6,95,54); }
H1.HeaderClassName
{
color: #065F36;
}
.AnyTagClassName
{
color: #065F36;
}
</style>
background-color css
<style>
a { background-color: #065F36; }
a { background-color: rgb(6,95,54); }
div.DivClassName
{
background-color: #065F36;
}
.BgClassName
{
background-color: #065F36;
}
</style>
border-color css
<style>
span { border-color: #065F36; }
span { border-color: rgb(6,95,54); }
td.TdClassName
{
border-color: #065F36;
}
.TagClassName
{
border-color: #065F36;
}
</style>