Shades of Fun Green #075534
Tints of Fun Green #075534
RGB
CMYK
RGB Variations
Color information
#075534 (or 0x075534) is known color: Fun Green. HEX triplet: 07, 55 and 34. RGB value is (7,85,52). Sum of RGB (Red+Green+Blue) = 7+85+52=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #075534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075534 is #F8AACB. Grayscale: #393939. Windows color (decimal): -16296652 or 3429639. OLE color: 3429639.
HSL color Cylindrical-coordinate representation of color #075534: hue angle of 154.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075534 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 85 | 52 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.67 |
| HSL | 154.62º | 0.85% | 0.18% | - |
| HSV(B) | 154.62º | 0.92% | 0.33% | - |
| XYZ | 3.96 | 6.79 | 4.35 | - |
| YUV | 57.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 52 | 0.92 | 0 | 0.39 | 0.67 | 154.62 | 0.85 | 0.18 |
| Hex | 7 | 55 | 34 | 5C | 0 | 27 | 43 | 9B | 55 | 12 |
| Octal | 7 | 125 | 64 | 134 | 0 | 47 | 103 | 233 | 125 | 22 |
| Binary | 111 | 1010101 | 110100 | 1011100 | 0 | 100111 | 1000011 | 10011011 | 1010101 | 10010 |
Color Harmonies of #075534
Complementary color
Monochromatic Colors of #075534
Black with #075534
Text Example
Text Example
White with #075534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075534; }
p { color: rgb(7,85,52); }
H1.HeaderClassName
{
color: #075534;
}
.AnyTagClassName
{
color: #075534;
}
</style>
background-color css
<style>
a { background-color: #075534; }
a { background-color: rgb(7,85,52); }
div.DivClassName
{
background-color: #075534;
}
.BgClassName
{
background-color: #075534;
}
</style>
border-color css
<style>
span { border-color: #075534; }
span { border-color: rgb(7,85,52); }
td.TdClassName
{
border-color: #075534;
}
.TagClassName
{
border-color: #075534;
}
</style>