Shades of Green #068C0F
Tints of Green #068C0F
RGB
CMYK
RGB Variations
Color information
#068C0F (or 0x068C0F) is known color: Green. HEX triplet: 06, 8C and 0F. RGB value is (6,140,15). Sum of RGB (Red+Green+Blue) = 6+140+15=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 140 (55.08% from 255 or 86.96% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 140 - color contains mainly: green. Hex color #068C0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068C0F is #F973F0. Grayscale: #565656. Windows color (decimal): -16348145 or 1018886. OLE color: 1018886.
HSL color Cylindrical-coordinate representation of color #068C0F: hue angle of 124.03º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068C0F is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 15 | - |
| CMYK | 0.96 | 0 | 0.89 | 0.45 |
| HSL | 124.03º | 0.92% | 0.29% | - |
| HSV(B) | 124.03º | 0.96% | 0.55% | - |
| XYZ | 9.54 | 18.83 | 3.58 | - |
| YUV | 85.68 | 88.11 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 15 | 0.96 | 0 | 0.89 | 0.45 | 124.03 | 0.92 | 0.29 |
| Hex | 6 | 8C | F | 60 | 0 | 59 | 2D | 7C | 5C | 1D |
| Octal | 6 | 214 | 17 | 140 | 0 | 131 | 55 | 174 | 134 | 35 |
| Binary | 110 | 10001100 | 1111 | 1100000 | 0 | 1011001 | 101101 | 1111100 | 1011100 | 11101 |
Color Harmonies of #068C0F
Complementary color
Monochromatic Colors of #068C0F
Black with #068C0F
Text Example
Text Example
White with #068C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C0F; }
p { color: rgb(6,140,15); }
H1.HeaderClassName
{
color: #068C0F;
}
.AnyTagClassName
{
color: #068C0F;
}
</style>
background-color css
<style>
a { background-color: #068C0F; }
a { background-color: rgb(6,140,15); }
div.DivClassName
{
background-color: #068C0F;
}
.BgClassName
{
background-color: #068C0F;
}
</style>
border-color css
<style>
span { border-color: #068C0F; }
span { border-color: rgb(6,140,15); }
td.TdClassName
{
border-color: #068C0F;
}
.TagClassName
{
border-color: #068C0F;
}
</style>