Shades of Fun Green #006832
Tints of Fun Green #006832
RGB
CMYK
RGB Variations
Color information
#006832 (or 0x006832) is known color: Fun Green. HEX triplet: 00, 68 and 32. RGB value is (0,104,50). Sum of RGB (Red+Green+Blue) = 0+104+50=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 104 (41.02% from 255 or 67.53% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 104 - color contains mainly: green. Hex color #006832 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006832 is #FF97CD. Grayscale: #424242. Windows color (decimal): -16750542 or 3303424. OLE color: 3303424.
HSL color Cylindrical-coordinate representation of color #006832: hue angle of 148.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006832 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 104 | 50 | - |
| CMYK | 1 | 0 | 0.52 | 0.59 |
| HSL | 148.85º | 1% | 0.2% | - |
| HSV(B) | 148.85º | 1% | 0.41% | - |
| XYZ | 5.53 | 10.13 | 4.68 | - |
| YUV | 66.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 50 | 1 | 0 | 0.52 | 0.59 | 148.85 | 1 | 0.2 |
| Hex | 0 | 68 | 32 | 64 | 0 | 34 | 3B | 95 | 64 | 14 |
| Octal | 0 | 150 | 62 | 144 | 0 | 64 | 73 | 225 | 144 | 24 |
| Binary | 0 | 1101000 | 110010 | 1100100 | 0 | 110100 | 111011 | 10010101 | 1100100 | 10100 |
Color Harmonies of #006832
Complementary color
Monochromatic Colors of #006832
Black with #006832
Text Example
Text Example
White with #006832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006832; }
p { color: rgb(0,104,50); }
H1.HeaderClassName
{
color: #006832;
}
.AnyTagClassName
{
color: #006832;
}
</style>
background-color css
<style>
a { background-color: #006832; }
a { background-color: rgb(0,104,50); }
div.DivClassName
{
background-color: #006832;
}
.BgClassName
{
background-color: #006832;
}
</style>
border-color css
<style>
span { border-color: #006832; }
span { border-color: rgb(0,104,50); }
td.TdClassName
{
border-color: #006832;
}
.TagClassName
{
border-color: #006832;
}
</style>