Shades of Fun Green #075D34
Tints of Fun Green #075D34
RGB
CMYK
RGB Variations
Color information
#075D34 (or 0x075D34) is known color: Fun Green. HEX triplet: 07, 5D and 34. RGB value is (7,93,52). Sum of RGB (Red+Green+Blue) = 7+93+52=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #075D34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075D34 is #F8A2CB. Grayscale: #3E3E3E. Windows color (decimal): -16294604 or 3431687. OLE color: 3431687.
HSL color Cylindrical-coordinate representation of color #075D34: hue angle of 151.4º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075D34 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 93 | 52 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.64 |
| HSL | 151.4º | 0.86% | 0.2% | - |
| HSV(B) | 151.4º | 0.92% | 0.36% | - |
| XYZ | 4.62 | 8.12 | 4.57 | - |
| YUV | 62.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 52 | 0.92 | 0 | 0.44 | 0.64 | 151.4 | 0.86 | 0.2 |
| Hex | 7 | 5D | 34 | 5C | 0 | 2C | 40 | 97 | 56 | 14 |
| Octal | 7 | 135 | 64 | 134 | 0 | 54 | 100 | 227 | 126 | 24 |
| Binary | 111 | 1011101 | 110100 | 1011100 | 0 | 101100 | 1000000 | 10010111 | 1010110 | 10100 |
Color Harmonies of #075D34
Complementary color
Monochromatic Colors of #075D34
Black with #075D34
Text Example
Text Example
White with #075D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D34; }
p { color: rgb(7,93,52); }
H1.HeaderClassName
{
color: #075D34;
}
.AnyTagClassName
{
color: #075D34;
}
</style>
background-color css
<style>
a { background-color: #075D34; }
a { background-color: rgb(7,93,52); }
div.DivClassName
{
background-color: #075D34;
}
.BgClassName
{
background-color: #075D34;
}
</style>
border-color css
<style>
span { border-color: #075D34; }
span { border-color: rgb(7,93,52); }
td.TdClassName
{
border-color: #075D34;
}
.TagClassName
{
border-color: #075D34;
}
</style>