#106B13

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

Shades of Green #106B13

Tints of Green #106B13

Color information

#106B13 (or 0x106B13) is unknown color: approx Green. HEX triplet: 10, 6B and 13. RGB value is (16,107,19). Sum of RGB (Red+Green+Blue) = 16+107+19=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 107 (42.19% from 255 or 75.35% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 107 - color contains mainly: green. Hex color #106B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106B13 is #EF94EC. Grayscale: #464646. Windows color (decimal): -15701229 or 1272592. OLE color: 1272592.

HSL color Cylindrical-coordinate representation of color #106B13: hue angle of 121.98º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B13 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB1610719-
CMYK0.8500.820.58
HSL121.98º73.98%24.12%-
HSV(B)121.98º85.05%41.96%-
XYZ5.5910.672.38-
YUV69.7699.3589.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.27%
GREEN value IS 107 (42.19% from 255) = 75.35%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=11.27%
G=75.35%
B=13.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16107190.8500.820.58121.9873.9824.12
Hex106B13550523A7a4a18
Octal201532312501227217211230
Binary100001101011100111010101010100101110101111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106B13; }

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

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

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

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

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

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

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

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