Shades of Fun Green #0A6B38
Tints of Fun Green #0A6B38
RGB
CMYK
RGB Variations
Color information
#0A6B38 (or 0x0A6B38) is known color: Fun Green. HEX triplet: 0A, 6B and 38. RGB value is (10,107,56). Sum of RGB (Red+Green+Blue) = 10+107+56=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 107 (42.19% from 255 or 61.85% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 107 - color contains mainly: green. Hex color #0A6B38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6B38 is #F594C7. Grayscale: #484848. Windows color (decimal): -16094408 or 3697418. OLE color: 3697418.
HSL color Cylindrical-coordinate representation of color #0A6B38: hue angle of 148.45º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6B38 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 107 | 56 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.58 |
| HSL | 148.45º | 0.83% | 0.23% | - |
| HSV(B) | 148.45º | 0.91% | 0.42% | - |
| XYZ | 6.1 | 10.87 | 5.52 | - |
| YUV | 72.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 107 | 56 | 0.91 | 0 | 0.48 | 0.58 | 148.45 | 0.83 | 0.23 |
| Hex | A | 6B | 38 | 5B | 0 | 30 | 3A | 94 | 53 | 17 |
| Octal | 12 | 153 | 70 | 133 | 0 | 60 | 72 | 224 | 123 | 27 |
| Binary | 1010 | 1101011 | 111000 | 1011011 | 0 | 110000 | 111010 | 10010100 | 1010011 | 10111 |
Color Harmonies of #0A6B38
Complementary color
Monochromatic Colors of #0A6B38
Black with #0A6B38
Text Example
Text Example
White with #0A6B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6B38; }
p { color: rgb(10,107,56); }
H1.HeaderClassName
{
color: #0A6B38;
}
.AnyTagClassName
{
color: #0A6B38;
}
</style>
background-color css
<style>
a { background-color: #0A6B38; }
a { background-color: rgb(10,107,56); }
div.DivClassName
{
background-color: #0A6B38;
}
.BgClassName
{
background-color: #0A6B38;
}
</style>
border-color css
<style>
span { border-color: #0A6B38; }
span { border-color: rgb(10,107,56); }
td.TdClassName
{
border-color: #0A6B38;
}
.TagClassName
{
border-color: #0A6B38;
}
</style>