#016710

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

Shades of Green #016710

Tints of Green #016710

Color information

#016710 (or 0x016710) is unknown color: approx Green. HEX triplet: 01, 67 and 10. RGB value is (1,103,16). Sum of RGB (Red+Green+Blue) = 1+103+16=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 16 (6.64% from 255 or 13.33% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #016710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016710 is #FE98EF. Grayscale: #3E3E3E. Windows color (decimal): -16685296 or 1074945. OLE color: 1074945.

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

Color convert

RGB110316-
CMYK0.9900.840.60
HSL128.82º98.08%20.39%-
HSV(B)128.82º99.03%40.39%-
XYZ4.969.742.11-
YUV62.58101.7184.07-

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.83%
BLUE value IS 16 (6.64% from 255) = 13.33%
R=0.83%
G=85.83%
B=13.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1103160.9900.840.60128.8298.0820.39
Hex16710630543C816214
Octal11472014301247420114224
Binary111001111000011000110101010011110010000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016710; }

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

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

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

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

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

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

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

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