Shades of Green #00650E
Tints of Green #00650E
RGB
CMYK
RGB Variations
Color information
#00650E (or 0x00650E) is known color: Green. HEX triplet: 00, 65 and 0E. RGB value is (0,101,14). Sum of RGB (Red+Green+Blue) = 0+101+14=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #00650E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00650E is #FF9AF1. Grayscale: #3D3D3D. Windows color (decimal): -16751346 or 943360. OLE color: 943360.
HSL color Cylindrical-coordinate representation of color #00650E: hue angle of 128.32º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00650E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 101 | 14 | - |
| CMYK | 1 | 0 | 0.86 | 0.60 |
| HSL | 128.32º | 1% | 0.2% | - |
| HSV(B) | 128.32º | 1% | 0.4% | - |
| XYZ | 4.73 | 9.34 | 1.97 | - |
| YUV | 60.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 14 | 1 | 0 | 0.86 | 0.60 | 128.32 | 1 | 0.2 |
| Hex | 0 | 65 | E | 64 | 0 | 56 | 3C | 80 | 64 | 14 |
| Octal | 0 | 145 | 16 | 144 | 0 | 126 | 74 | 200 | 144 | 24 |
| Binary | 0 | 1100101 | 1110 | 1100100 | 0 | 1010110 | 111100 | 10000000 | 1100100 | 10100 |
Color Harmonies of #00650E
Complementary color
Monochromatic Colors of #00650E
Black with #00650E
Text Example
Text Example
White with #00650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00650E; }
p { color: rgb(0,101,14); }
H1.HeaderClassName
{
color: #00650E;
}
.AnyTagClassName
{
color: #00650E;
}
</style>
background-color css
<style>
a { background-color: #00650E; }
a { background-color: rgb(0,101,14); }
div.DivClassName
{
background-color: #00650E;
}
.BgClassName
{
background-color: #00650E;
}
</style>
border-color css
<style>
span { border-color: #00650E; }
span { border-color: rgb(0,101,14); }
td.TdClassName
{
border-color: #00650E;
}
.TagClassName
{
border-color: #00650E;
}
</style>