Shades of Green #05690B
Tints of Green #05690B
RGB
CMYK
RGB Variations
Color information
#05690B (or 0x05690B) is known color: Green. HEX triplet: 05, 69 and 0B. RGB value is (5,105,11). Sum of RGB (Red+Green+Blue) = 5+105+11=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 105 (41.41% from 255 or 86.78% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 105 - color contains mainly: green. Hex color #05690B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #05690B is #FA96F4. Grayscale: #404040. Windows color (decimal): -16422645 or 747781. OLE color: 747781.
HSL color Cylindrical-coordinate representation of color #05690B: hue angle of 123.6º 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 #05690B is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 105 | 11 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.59 |
| HSL | 123.6º | 0.91% | 0.22% | - |
| HSV(B) | 123.6º | 0.95% | 0.41% | - |
| XYZ | 5.17 | 10.16 | 2 | - |
| YUV | 64.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 105 | 11 | 0.95 | 0 | 0.90 | 0.59 | 123.6 | 0.91 | 0.22 |
| Hex | 5 | 69 | B | 5F | 0 | 5A | 3B | 7C | 5B | 16 |
| Octal | 5 | 151 | 13 | 137 | 0 | 132 | 73 | 174 | 133 | 26 |
| Binary | 101 | 1101001 | 1011 | 1011111 | 0 | 1011010 | 111011 | 1111100 | 1011011 | 10110 |
Color Harmonies of #05690B
Complementary color
Monochromatic Colors of #05690B
Black with #05690B
Text Example
Text Example
White with #05690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05690B; }
p { color: rgb(5,105,11); }
H1.HeaderClassName
{
color: #05690B;
}
.AnyTagClassName
{
color: #05690B;
}
</style>
background-color css
<style>
a { background-color: #05690B; }
a { background-color: rgb(5,105,11); }
div.DivClassName
{
background-color: #05690B;
}
.BgClassName
{
background-color: #05690B;
}
</style>
border-color css
<style>
span { border-color: #05690B; }
span { border-color: rgb(5,105,11); }
td.TdClassName
{
border-color: #05690B;
}
.TagClassName
{
border-color: #05690B;
}
</style>