#016711

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

Shades of Green #016711

Tints of Green #016711

Color information

#016711 (or 0x016711) is unknown color: approx Green. HEX triplet: 01, 67 and 11. RGB value is (1,103,17). Sum of RGB (Red+Green+Blue) = 1+103+17=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #016711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016711 is #FE98EE. Grayscale: #3E3E3E. Windows color (decimal): -16685295 or 1140481. OLE color: 1140481.

HSL color Cylindrical-coordinate representation of color #016711: hue angle of 129.41º 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 #016711 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB110317-
CMYK0.9900.830.60
HSL129.41º98.08%20.39%-
HSV(B)129.41º99.03%40.39%-
XYZ4.969.752.15-
YUV62.7102.2183.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 103 (40.62% from 255) = 85.12%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=0.83%
G=85.12%
B=14.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1103170.9900.830.60129.4198.0820.39
Hex16711630533C816214
Octal11472114301237420114224
Binary111001111000111000110101001111110010000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016711; }

 p { color: rgb(1,103,17); }

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

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

 a { background-color: rgb(1,103,17); }

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

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

 span { border-color: rgb(1,103,17); }

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