Shades of Fun Green #006F34
Tints of Fun Green #006F34
RGB
CMYK
RGB Variations
Color information
#006F34 (or 0x006F34) is known color: Fun Green. HEX triplet: 00, 6F and 34. RGB value is (0,111,52). Sum of RGB (Red+Green+Blue) = 0+111+52=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 111 (43.75% from 255 or 68.10% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 111 - color contains mainly: green. Hex color #006F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F34 is #FF90CB. Grayscale: #474747. Windows color (decimal): -16748748 or 3436288. OLE color: 3436288.
HSL color Cylindrical-coordinate representation of color #006F34: hue angle of 148.11º 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 #006F34 is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 111 | 52 | - |
| CMYK | 1 | 0 | 0.53 | 0.56 |
| HSL | 148.11º | 1% | 0.22% | - |
| HSV(B) | 148.11º | 1% | 0.44% | - |
| XYZ | 6.3 | 11.62 | 5.16 | - |
| YUV | 71.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 52 | 1 | 0 | 0.53 | 0.56 | 148.11 | 1 | 0.22 |
| Hex | 0 | 6F | 34 | 64 | 0 | 35 | 38 | 94 | 64 | 16 |
| Octal | 0 | 157 | 64 | 144 | 0 | 65 | 70 | 224 | 144 | 26 |
| Binary | 0 | 1101111 | 110100 | 1100100 | 0 | 110101 | 111000 | 10010100 | 1100100 | 10110 |
Color Harmonies of #006F34
Complementary color
Monochromatic Colors of #006F34
Black with #006F34
Text Example
Text Example
White with #006F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F34; }
p { color: rgb(0,111,52); }
H1.HeaderClassName
{
color: #006F34;
}
.AnyTagClassName
{
color: #006F34;
}
</style>
background-color css
<style>
a { background-color: #006F34; }
a { background-color: rgb(0,111,52); }
div.DivClassName
{
background-color: #006F34;
}
.BgClassName
{
background-color: #006F34;
}
</style>
border-color css
<style>
span { border-color: #006F34; }
span { border-color: rgb(0,111,52); }
td.TdClassName
{
border-color: #006F34;
}
.TagClassName
{
border-color: #006F34;
}
</style>