Shades of Fun Green #075A3A
Tints of Fun Green #075A3A
RGB
CMYK
RGB Variations
Color information
#075A3A (or 0x075A3A) is known color: Fun Green. HEX triplet: 07, 5A and 3A. RGB value is (7,90,58). Sum of RGB (Red+Green+Blue) = 7+90+58=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #075A3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075A3A is #F8A5C5. Grayscale: #3D3D3D. Windows color (decimal): -16295366 or 3824135. OLE color: 3824135.
HSL color Cylindrical-coordinate representation of color #075A3A: hue angle of 156.87º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075A3A is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 90 | 58 | - |
| CMYK | 0.92 | 0 | 0.36 | 0.65 |
| HSL | 156.87º | 0.86% | 0.19% | - |
| HSV(B) | 156.87º | 0.92% | 0.35% | - |
| XYZ | 4.51 | 7.66 | 5.24 | - |
| YUV | 61.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 58 | 0.92 | 0 | 0.36 | 0.65 | 156.87 | 0.86 | 0.19 |
| Hex | 7 | 5A | 3A | 5C | 0 | 24 | 41 | 9D | 56 | 13 |
| Octal | 7 | 132 | 72 | 134 | 0 | 44 | 101 | 235 | 126 | 23 |
| Binary | 111 | 1011010 | 111010 | 1011100 | 0 | 100100 | 1000001 | 10011101 | 1010110 | 10011 |
Color Harmonies of #075A3A
Complementary color
Monochromatic Colors of #075A3A
Black with #075A3A
Text Example
Text Example
White with #075A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075A3A; }
p { color: rgb(7,90,58); }
H1.HeaderClassName
{
color: #075A3A;
}
.AnyTagClassName
{
color: #075A3A;
}
</style>
background-color css
<style>
a { background-color: #075A3A; }
a { background-color: rgb(7,90,58); }
div.DivClassName
{
background-color: #075A3A;
}
.BgClassName
{
background-color: #075A3A;
}
</style>
border-color css
<style>
span { border-color: #075A3A; }
span { border-color: rgb(7,90,58); }
td.TdClassName
{
border-color: #075A3A;
}
.TagClassName
{
border-color: #075A3A;
}
</style>