Shades of Green #05690C
Tints of Green #05690C
RGB
CMYK
RGB Variations
Color information
#05690C (or 0x05690C) is known color: Green. HEX triplet: 05, 69 and 0C. RGB value is (5,105,12). Sum of RGB (Red+Green+Blue) = 5+105+12=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 105 (41.41% from 255 or 86.07% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 105 - color contains mainly: green. Hex color #05690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05690C is #FA96F3. Grayscale: #404040. Windows color (decimal): -16422644 or 813317. OLE color: 813317.
HSL color Cylindrical-coordinate representation of color #05690C: hue angle of 124.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05690C is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 105 | 12 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.59 |
| HSL | 124.2º | 0.91% | 0.22% | - |
| HSV(B) | 124.2º | 0.95% | 0.41% | - |
| XYZ | 5.18 | 10.16 | 2.04 | - |
| YUV | 64.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 12 | 0.95 | 0 | 0.89 | 0.59 | 124.2 | 0.91 | 0.22 |
| Hex | 5 | 69 | C | 5F | 0 | 59 | 3B | 7C | 5B | 16 |
| Octal | 5 | 151 | 14 | 137 | 0 | 131 | 73 | 174 | 133 | 26 |
| Binary | 101 | 1101001 | 1100 | 1011111 | 0 | 1011001 | 111011 | 1111100 | 1011011 | 10110 |
Color Harmonies of #05690C
Complementary color
Monochromatic Colors of #05690C
Black with #05690C
Text Example
Text Example
White with #05690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05690C; }
p { color: rgb(5,105,12); }
H1.HeaderClassName
{
color: #05690C;
}
.AnyTagClassName
{
color: #05690C;
}
</style>
background-color css
<style>
a { background-color: #05690C; }
a { background-color: rgb(5,105,12); }
div.DivClassName
{
background-color: #05690C;
}
.BgClassName
{
background-color: #05690C;
}
</style>
border-color css
<style>
span { border-color: #05690C; }
span { border-color: rgb(5,105,12); }
td.TdClassName
{
border-color: #05690C;
}
.TagClassName
{
border-color: #05690C;
}
</style>