Shades of Fun Green #085D3D
Tints of Fun Green #085D3D
RGB
CMYK
RGB Variations
Color information
#085D3D (or 0x085D3D) is known color: Fun Green. HEX triplet: 08, 5D and 3D. RGB value is (8,93,61). Sum of RGB (Red+Green+Blue) = 8+93+61=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #085D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085D3D is #F7A2C2. Grayscale: #3F3F3F. Windows color (decimal): -16229059 or 4021512. OLE color: 4021512.
HSL color Cylindrical-coordinate representation of color #085D3D: hue angle of 157.41º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D3D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 93 | 61 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.64 |
| HSL | 157.41º | 0.84% | 0.2% | - |
| HSV(B) | 157.41º | 0.91% | 0.36% | - |
| XYZ | 4.86 | 8.22 | 5.74 | - |
| YUV | 63.94 | 126.34 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 61 | 0.91 | 0 | 0.34 | 0.64 | 157.41 | 0.84 | 0.2 |
| Hex | 8 | 5D | 3D | 5B | 0 | 22 | 40 | 9D | 54 | 14 |
| Octal | 10 | 135 | 75 | 133 | 0 | 42 | 100 | 235 | 124 | 24 |
| Binary | 1000 | 1011101 | 111101 | 1011011 | 0 | 100010 | 1000000 | 10011101 | 1010100 | 10100 |
Color Harmonies of #085D3D
Complementary color
Monochromatic Colors of #085D3D
Black with #085D3D
Text Example
Text Example
White with #085D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085D3D; }
p { color: rgb(8,93,61); }
H1.HeaderClassName
{
color: #085D3D;
}
.AnyTagClassName
{
color: #085D3D;
}
</style>
background-color css
<style>
a { background-color: #085D3D; }
a { background-color: rgb(8,93,61); }
div.DivClassName
{
background-color: #085D3D;
}
.BgClassName
{
background-color: #085D3D;
}
</style>
border-color css
<style>
span { border-color: #085D3D; }
span { border-color: rgb(8,93,61); }
td.TdClassName
{
border-color: #085D3D;
}
.TagClassName
{
border-color: #085D3D;
}
</style>