#016613

Color #016613 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #016613

Tints of Green #016613

Color information

#016613 (or 0x016613) is unknown color: approx Green. HEX triplet: 01, 66 and 13. RGB value is (1,102,19). Sum of RGB (Red+Green+Blue) = 1+102+19=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 102 (40.23% from 255 or 83.61% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 102 - color contains mainly: green. Hex color #016613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016613 is #FE99EC. Grayscale: #3E3E3E. Windows color (decimal): -16685549 or 1271297. OLE color: 1271297.

HSL color Cylindrical-coordinate representation of color #016613: hue angle of 130.69º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016613 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB110219-
CMYK0.9900.810.6
HSL130.69º98.06%20.2%-
HSV(B)130.69º99.02%40%-
XYZ4.889.562.2-
YUV62.34103.5484.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 102 (40.23% from 255) = 83.61%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=0.82%
G=83.61%
B=15.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102190.9900.810.6130.6998.0620.2
Hex16613630513C836214
Octal11462314301217420314224
Binary111001101001111000110101000111110010000011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016613; }

 p { color: rgb(1,102,19); }

 H1.HeaderClassName
 {
   color: #016613;
 }
 .AnyTagClassName
 {
   color: #016613;
 }
</style>
background-color css

<style>
 a { background-color: #016613; }

 a { background-color: rgb(1,102,19); }

 div.DivClassName
 {
   background-color: #016613;
 }
 .BgClassName
 {
   background-color: #016613;
 }
</style>
border-color css

<style>
 span { border-color: #016613; }

 span { border-color: rgb(1,102,19); }

 td.TdClassName
 {
   border-color: #016613;
 }
 .TagClassName
 {
   border-color: #016613;
 }
</style>