Shades of Green #068702
Tints of Green #068702
RGB
CMYK
RGB Variations
Color information
#068702 (or 0x068702) is known color: Green. HEX triplet: 06, 87 and 02. RGB value is (6,135,2). Sum of RGB (Red+Green+Blue) = 6+135+2=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 135 (53.12% from 255 or 94.41% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 135 - color contains mainly: green. Hex color #068702 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068702 is #F978FD. Grayscale: #515151. Windows color (decimal): -16349438 or 165638. OLE color: 165638.
HSL color Cylindrical-coordinate representation of color #068702: hue angle of 118.2º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #068702 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.47 |
| HSL | 118.2º | 0.97% | 0.27% | - |
| HSV(B) | 118.2º | 0.99% | 0.53% | - |
| XYZ | 8.75 | 17.37 | 2.95 | - |
| YUV | 81.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 2 | 0.96 | 0 | 0.99 | 0.47 | 118.2 | 0.97 | 0.27 |
| Hex | 6 | 87 | 2 | 60 | 0 | 63 | 2F | 76 | 61 | 1B |
| Octal | 6 | 207 | 2 | 140 | 0 | 143 | 57 | 166 | 141 | 33 |
| Binary | 110 | 10000111 | 10 | 1100000 | 0 | 1100011 | 101111 | 1110110 | 1100001 | 11011 |
Color Harmonies of #068702
Complementary color
Monochromatic Colors of #068702
Black with #068702
Text Example
Text Example
White with #068702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068702; }
p { color: rgb(6,135,2); }
H1.HeaderClassName
{
color: #068702;
}
.AnyTagClassName
{
color: #068702;
}
</style>
background-color css
<style>
a { background-color: #068702; }
a { background-color: rgb(6,135,2); }
div.DivClassName
{
background-color: #068702;
}
.BgClassName
{
background-color: #068702;
}
</style>
border-color css
<style>
span { border-color: #068702; }
span { border-color: rgb(6,135,2); }
td.TdClassName
{
border-color: #068702;
}
.TagClassName
{
border-color: #068702;
}
</style>