Shades of Fun Green #006F31
Tints of Fun Green #006F31
RGB
CMYK
RGB Variations
Color information
#006F31 (or 0x006F31) is known color: Fun Green. HEX triplet: 00, 6F and 31. RGB value is (0,111,49). Sum of RGB (Red+Green+Blue) = 0+111+49=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 111 (43.75% from 255 or 69.38% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 111 - color contains mainly: green. Hex color #006F31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F31 is #FF90CE. Grayscale: #464646. Windows color (decimal): -16748751 or 3239680. OLE color: 3239680.
HSL color Cylindrical-coordinate representation of color #006F31: hue angle of 146.49º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F31 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 49 | - |
| CMYK | 1 | 0 | 0.56 | 0.56 |
| HSL | 146.49º | 1% | 0.22% | - |
| HSV(B) | 146.49º | 1% | 0.44% | - |
| XYZ | 6.24 | 11.59 | 4.81 | - |
| YUV | 70.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 49 | 1 | 0 | 0.56 | 0.56 | 146.49 | 1 | 0.22 |
| Hex | 0 | 6F | 31 | 64 | 0 | 38 | 38 | 92 | 64 | 16 |
| Octal | 0 | 157 | 61 | 144 | 0 | 70 | 70 | 222 | 144 | 26 |
| Binary | 0 | 1101111 | 110001 | 1100100 | 0 | 111000 | 111000 | 10010010 | 1100100 | 10110 |
Color Harmonies of #006F31
Complementary color
Monochromatic Colors of #006F31
Black with #006F31
Text Example
Text Example
White with #006F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F31; }
p { color: rgb(0,111,49); }
H1.HeaderClassName
{
color: #006F31;
}
.AnyTagClassName
{
color: #006F31;
}
</style>
background-color css
<style>
a { background-color: #006F31; }
a { background-color: rgb(0,111,49); }
div.DivClassName
{
background-color: #006F31;
}
.BgClassName
{
background-color: #006F31;
}
</style>
border-color css
<style>
span { border-color: #006F31; }
span { border-color: rgb(0,111,49); }
td.TdClassName
{
border-color: #006F31;
}
.TagClassName
{
border-color: #006F31;
}
</style>