Shades of Dark Spring Green #068B36
Tints of Dark Spring Green #068B36
RGB
CMYK
RGB Variations
Color information
#068B36 (or 0x068B36) is known color: Dark Spring Green. HEX triplet: 06, 8B and 36. RGB value is (6,139,54). Sum of RGB (Red+Green+Blue) = 6+139+54=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 139 (54.69% from 255 or 69.85% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 139 - color contains mainly: green. Hex color #068B36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068B36 is #F974C9. Grayscale: #595959. Windows color (decimal): -16348362 or 3574534. OLE color: 3574534.
HSL color Cylindrical-coordinate representation of color #068B36: hue angle of 141.65º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B36 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 54 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.45 |
| HSL | 141.65º | 0.92% | 0.28% | - |
| HSV(B) | 141.65º | 0.96% | 0.55% | - |
| XYZ | 9.97 | 18.77 | 6.59 | - |
| YUV | 89.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 54 | 0.96 | 0 | 0.61 | 0.45 | 141.65 | 0.92 | 0.28 |
| Hex | 6 | 8B | 36 | 60 | 0 | 3D | 2D | 8E | 5C | 1C |
| Octal | 6 | 213 | 66 | 140 | 0 | 75 | 55 | 216 | 134 | 34 |
| Binary | 110 | 10001011 | 110110 | 1100000 | 0 | 111101 | 101101 | 10001110 | 1011100 | 11100 |
Color Harmonies of #068B36
Complementary color
Monochromatic Colors of #068B36
Black with #068B36
Text Example
Text Example
White with #068B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B36; }
p { color: rgb(6,139,54); }
H1.HeaderClassName
{
color: #068B36;
}
.AnyTagClassName
{
color: #068B36;
}
</style>
background-color css
<style>
a { background-color: #068B36; }
a { background-color: rgb(6,139,54); }
div.DivClassName
{
background-color: #068B36;
}
.BgClassName
{
background-color: #068B36;
}
</style>
border-color css
<style>
span { border-color: #068B36; }
span { border-color: rgb(6,139,54); }
td.TdClassName
{
border-color: #068B36;
}
.TagClassName
{
border-color: #068B36;
}
</style>