Shades of Fun Green #096434
Tints of Fun Green #096434
RGB
CMYK
RGB Variations
Color information
#096434 (or 0x096434) is known color: Fun Green. HEX triplet: 09, 64 and 34. RGB value is (9,100,52). Sum of RGB (Red+Green+Blue) = 9+100+52=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #096434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096434 is #F69BCB. Grayscale: #434343. Windows color (decimal): -16161740 or 3433481. OLE color: 3433481.
HSL color Cylindrical-coordinate representation of color #096434: hue angle of 148.35º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096434 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 52 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.61 |
| HSL | 148.35º | 0.83% | 0.21% | - |
| HSV(B) | 148.35º | 0.91% | 0.39% | - |
| XYZ | 5.29 | 9.42 | 4.79 | - |
| YUV | 67.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 52 | 0.91 | 0 | 0.48 | 0.61 | 148.35 | 0.83 | 0.21 |
| Hex | 9 | 64 | 34 | 5B | 0 | 30 | 3D | 94 | 53 | 15 |
| Octal | 11 | 144 | 64 | 133 | 0 | 60 | 75 | 224 | 123 | 25 |
| Binary | 1001 | 1100100 | 110100 | 1011011 | 0 | 110000 | 111101 | 10010100 | 1010011 | 10101 |
Color Harmonies of #096434
Complementary color
Monochromatic Colors of #096434
Black with #096434
Text Example
Text Example
White with #096434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096434; }
p { color: rgb(9,100,52); }
H1.HeaderClassName
{
color: #096434;
}
.AnyTagClassName
{
color: #096434;
}
</style>
background-color css
<style>
a { background-color: #096434; }
a { background-color: rgb(9,100,52); }
div.DivClassName
{
background-color: #096434;
}
.BgClassName
{
background-color: #096434;
}
</style>
border-color css
<style>
span { border-color: #096434; }
span { border-color: rgb(9,100,52); }
td.TdClassName
{
border-color: #096434;
}
.TagClassName
{
border-color: #096434;
}
</style>