#107113

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

Shades of Green #107113

Tints of Green #107113

Color information

#107113 (or 0x107113) is unknown color: approx Green. HEX triplet: 10, 71 and 13. RGB value is (16,113,19). Sum of RGB (Red+Green+Blue) = 16+113+19=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #107113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107113 is #EF8EEC. Grayscale: #494949. Windows color (decimal): -15699693 or 1274128. OLE color: 1274128.

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

Color convert

RGB1611319-
CMYK0.8600.830.56
HSL121.86º75.19%25.29%-
HSV(B)121.86º85.84%44.31%-
XYZ6.2411.972.6-
YUV73.2897.3687.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 113 (44.53% from 255) = 76.35%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=10.81%
G=76.35%
B=12.84%

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
Decimal16113190.8600.830.56121.8675.1925.29
Hex10711356053387a4b19
Octal201612312601237017211331
Binary100001110001100111010110010100111110001111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107113; }

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

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

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

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

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

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

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

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