Shades of Green #06851A
Tints of Green #06851A
RGB
CMYK
RGB Variations
Color information
#06851A (or 0x06851A) is known color: Green. HEX triplet: 06, 85 and 1A. RGB value is (6,133,26). Sum of RGB (Red+Green+Blue) = 6+133+26=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #06851A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06851A is #F97AE5. Grayscale: #535353. Windows color (decimal): -16349926 or 1737990. OLE color: 1737990.
HSL color Cylindrical-coordinate representation of color #06851A: hue angle of 129.45º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06851A is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 133 | 26 | - |
| CMYK | 0.95 | 0 | 0.80 | 0.48 |
| HSL | 129.45º | 0.91% | 0.27% | - |
| HSV(B) | 129.45º | 0.95% | 0.52% | - |
| XYZ | 8.65 | 16.89 | 3.78 | - |
| YUV | 82.83 | 95.92 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 26 | 0.95 | 0 | 0.80 | 0.48 | 129.45 | 0.91 | 0.27 |
| Hex | 6 | 85 | 1A | 5F | 0 | 50 | 30 | 81 | 5B | 1B |
| Octal | 6 | 205 | 32 | 137 | 0 | 120 | 60 | 201 | 133 | 33 |
| Binary | 110 | 10000101 | 11010 | 1011111 | 0 | 1010000 | 110000 | 10000001 | 1011011 | 11011 |
Color Harmonies of #06851A
Complementary color
Monochromatic Colors of #06851A
Black with #06851A
Text Example
Text Example
White with #06851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06851A; }
p { color: rgb(6,133,26); }
H1.HeaderClassName
{
color: #06851A;
}
.AnyTagClassName
{
color: #06851A;
}
</style>
background-color css
<style>
a { background-color: #06851A; }
a { background-color: rgb(6,133,26); }
div.DivClassName
{
background-color: #06851A;
}
.BgClassName
{
background-color: #06851A;
}
</style>
border-color css
<style>
span { border-color: #06851A; }
span { border-color: rgb(6,133,26); }
td.TdClassName
{
border-color: #06851A;
}
.TagClassName
{
border-color: #06851A;
}
</style>