#107013

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

Shades of Green #107013

Tints of Green #107013

Color information

#107013 (or 0x107013) is unknown color: approx Green. HEX triplet: 10, 70 and 13. RGB value is (16,112,19). Sum of RGB (Red+Green+Blue) = 16+112+19=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #107013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107013 is #EF8FEC. Grayscale: #484848. Windows color (decimal): -15699949 or 1273872. OLE color: 1273872.

HSL color Cylindrical-coordinate representation of color #107013: hue angle of 121.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107013 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1611219-
CMYK0.8600.830.56
HSL121.88º75%25.1%-
HSV(B)121.88º85.71%43.92%-
XYZ6.1311.752.56-
YUV72.6997.787.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=10.88%
G=76.19%
B=12.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112190.8600.830.56121.887525.1
Hex10701356053387a4b19
Octal201602312601237017211331
Binary100001110000100111010110010100111110001111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107013; }

 p { color: rgb(16,112,19); }

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

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

 a { background-color: rgb(16,112,19); }

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

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

 span { border-color: rgb(16,112,19); }

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