Shades of Fun Green #006134
Tints of Fun Green #006134
RGB
CMYK
RGB Variations
Color information
#006134 (or 0x006134) is known color: Fun Green. HEX triplet: 00, 61 and 34. RGB value is (0,97,52). Sum of RGB (Red+Green+Blue) = 0+97+52=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #006134 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006134 is #FF9ECB. Grayscale: #3E3E3E. Windows color (decimal): -16752332 or 3432704. OLE color: 3432704.
HSL color Cylindrical-coordinate representation of color #006134: hue angle of 152.16º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006134 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 97 | 52 | - |
| CMYK | 1 | 0 | 0.46 | 0.62 |
| HSL | 152.16º | 1% | 0.19% | - |
| HSV(B) | 152.16º | 1% | 0.38% | - |
| XYZ | 4.89 | 8.8 | 4.69 | - |
| YUV | 62.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 52 | 1 | 0 | 0.46 | 0.62 | 152.16 | 1 | 0.19 |
| Hex | 0 | 61 | 34 | 64 | 0 | 2E | 3E | 98 | 64 | 13 |
| Octal | 0 | 141 | 64 | 144 | 0 | 56 | 76 | 230 | 144 | 23 |
| Binary | 0 | 1100001 | 110100 | 1100100 | 0 | 101110 | 111110 | 10011000 | 1100100 | 10011 |
Color Harmonies of #006134
Complementary color
Monochromatic Colors of #006134
Black with #006134
Text Example
Text Example
White with #006134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006134; }
p { color: rgb(0,97,52); }
H1.HeaderClassName
{
color: #006134;
}
.AnyTagClassName
{
color: #006134;
}
</style>
background-color css
<style>
a { background-color: #006134; }
a { background-color: rgb(0,97,52); }
div.DivClassName
{
background-color: #006134;
}
.BgClassName
{
background-color: #006134;
}
</style>
border-color css
<style>
span { border-color: #006134; }
span { border-color: rgb(0,97,52); }
td.TdClassName
{
border-color: #006134;
}
.TagClassName
{
border-color: #006134;
}
</style>