#016510

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

Shades of Green #016510

Tints of Green #016510

Color information

#016510 (or 0x016510) is unknown color: approx Green. HEX triplet: 01, 65 and 10. RGB value is (1,101,16). Sum of RGB (Red+Green+Blue) = 1+101+16=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #016510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016510 is #FE9AEF. Grayscale: #3D3D3D. Windows color (decimal): -16685808 or 1074433. OLE color: 1074433.

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

Color convert

RGB110116-
CMYK0.9900.840.60
HSL129º98.04%20%-
HSV(B)129º99.01%39.61%-
XYZ4.769.352.04-
YUV61.41102.3784.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 101 (39.84% from 255) = 85.59%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=0.85%
G=85.59%
B=13.56%

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
Decimal1101160.9900.840.6012998.0420
Hex16510630543C816214
Octal11452014301247420114224
Binary111001011000011000110101010011110010000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016510; }

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

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

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

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

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

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

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

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