Shades of Green #05680C
Tints of Green #05680C
RGB
CMYK
RGB Variations
Color information
#05680C (or 0x05680C) is known color: Green. HEX triplet: 05, 68 and 0C. RGB value is (5,104,12). Sum of RGB (Red+Green+Blue) = 5+104+12=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #05680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05680C is #FA97F3. Grayscale: #404040. Windows color (decimal): -16422900 or 813061. OLE color: 813061.
HSL color Cylindrical-coordinate representation of color #05680C: hue angle of 124.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05680C is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 104 | 12 | - |
| CMYK | 0.95 | 0 | 0.88 | 0.59 |
| HSL | 124.24º | 0.91% | 0.21% | - |
| HSV(B) | 124.24º | 0.95% | 0.41% | - |
| XYZ | 5.08 | 9.96 | 2 | - |
| YUV | 63.91 | 98.7 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 104 | 12 | 0.95 | 0 | 0.88 | 0.59 | 124.24 | 0.91 | 0.21 |
| Hex | 5 | 68 | C | 5F | 0 | 58 | 3B | 7C | 5B | 15 |
| Octal | 5 | 150 | 14 | 137 | 0 | 130 | 73 | 174 | 133 | 25 |
| Binary | 101 | 1101000 | 1100 | 1011111 | 0 | 1011000 | 111011 | 1111100 | 1011011 | 10101 |
Color Harmonies of #05680C
Complementary color
Monochromatic Colors of #05680C
Black with #05680C
Text Example
Text Example
White with #05680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05680C; }
p { color: rgb(5,104,12); }
H1.HeaderClassName
{
color: #05680C;
}
.AnyTagClassName
{
color: #05680C;
}
</style>
background-color css
<style>
a { background-color: #05680C; }
a { background-color: rgb(5,104,12); }
div.DivClassName
{
background-color: #05680C;
}
.BgClassName
{
background-color: #05680C;
}
</style>
border-color css
<style>
span { border-color: #05680C; }
span { border-color: rgb(5,104,12); }
td.TdClassName
{
border-color: #05680C;
}
.TagClassName
{
border-color: #05680C;
}
</style>