Shades of Green #00660F
Tints of Green #00660F
RGB
CMYK
RGB Variations
Color information
#00660F (or 0x00660F) is known color: Green. HEX triplet: 00, 66 and 0F. RGB value is (0,102,15). Sum of RGB (Red+Green+Blue) = 0+102+15=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #00660F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00660F is #FF99F0. Grayscale: #3D3D3D. Windows color (decimal): -16751089 or 1009152. OLE color: 1009152.
HSL color Cylindrical-coordinate representation of color #00660F: hue angle of 128.82º 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 #00660F is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 102 | 15 | - |
| CMYK | 1 | 0 | 0.85 | 0.6 |
| HSL | 128.82º | 1% | 0.2% | - |
| HSV(B) | 128.82º | 1% | 0.4% | - |
| XYZ | 4.84 | 9.54 | 2.04 | - |
| YUV | 61.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 15 | 1 | 0 | 0.85 | 0.6 | 128.82 | 1 | 0.2 |
| Hex | 0 | 66 | F | 64 | 0 | 55 | 3C | 81 | 64 | 14 |
| Octal | 0 | 146 | 17 | 144 | 0 | 125 | 74 | 201 | 144 | 24 |
| Binary | 0 | 1100110 | 1111 | 1100100 | 0 | 1010101 | 111100 | 10000001 | 1100100 | 10100 |
Color Harmonies of #00660F
Complementary color
Monochromatic Colors of #00660F
Black with #00660F
Text Example
Text Example
White with #00660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00660F; }
p { color: rgb(0,102,15); }
H1.HeaderClassName
{
color: #00660F;
}
.AnyTagClassName
{
color: #00660F;
}
</style>
background-color css
<style>
a { background-color: #00660F; }
a { background-color: rgb(0,102,15); }
div.DivClassName
{
background-color: #00660F;
}
.BgClassName
{
background-color: #00660F;
}
</style>
border-color css
<style>
span { border-color: #00660F; }
span { border-color: rgb(0,102,15); }
td.TdClassName
{
border-color: #00660F;
}
.TagClassName
{
border-color: #00660F;
}
</style>